[infra] Update go to 1.15
Change-Id: Id934558f413f0931282931764bd93d3c22c38115 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/311101 Commit-Queue: Kevin Lubick <kjlubick@google.com> Commit-Queue: Eric Boren <borenet@google.com> Auto-Submit: Kevin Lubick <kjlubick@google.com> Reviewed-by: Eric Boren <borenet@google.com>
This commit is contained in:
parent
b65dc4a374
commit
f5931f3399
@ -1 +1 @@
|
||||
8
|
||||
9
|
@ -14,7 +14,7 @@ import subprocess
|
||||
|
||||
|
||||
# Remember to also update the go_win asset when this is updated.
|
||||
GO_URL = "https://dl.google.com/go/go1.13.5.linux-amd64.tar.gz"
|
||||
GO_URL = "https://dl.google.com/go/go1.15.linux-amd64.tar.gz"
|
||||
|
||||
|
||||
def create_asset(target_dir):
|
||||
|
@ -1 +1 @@
|
||||
1
|
||||
2
|
@ -17,7 +17,7 @@ import utils
|
||||
|
||||
|
||||
# Remember to also update the go asset when this is updated.
|
||||
GO_URL = "https://dl.google.com/go/go1.13.5.windows-amd64.zip"
|
||||
GO_URL = "https://dl.google.com/go/go1.15.windows-amd64.zip"
|
||||
|
||||
|
||||
def create_asset(target_dir):
|
||||
|
@ -15066,7 +15066,7 @@
|
||||
{
|
||||
"name": "skia/bots/go",
|
||||
"path": "go",
|
||||
"version": "version:8"
|
||||
"version": "version:9"
|
||||
}
|
||||
],
|
||||
"command": [
|
||||
@ -15141,7 +15141,7 @@
|
||||
{
|
||||
"name": "skia/bots/go",
|
||||
"path": "go",
|
||||
"version": "version:8"
|
||||
"version": "version:9"
|
||||
},
|
||||
{
|
||||
"name": "skia/bots/protoc",
|
||||
@ -15407,7 +15407,7 @@
|
||||
{
|
||||
"name": "skia/bots/go",
|
||||
"path": "go",
|
||||
"version": "version:8"
|
||||
"version": "version:9"
|
||||
}
|
||||
],
|
||||
"command": [
|
||||
@ -15556,7 +15556,7 @@
|
||||
{
|
||||
"name": "skia/bots/go",
|
||||
"path": "go",
|
||||
"version": "version:8"
|
||||
"version": "version:9"
|
||||
}
|
||||
],
|
||||
"command": [
|
||||
@ -15828,7 +15828,7 @@
|
||||
{
|
||||
"name": "skia/bots/go",
|
||||
"path": "go",
|
||||
"version": "version:8"
|
||||
"version": "version:9"
|
||||
}
|
||||
],
|
||||
"command": [
|
||||
@ -15936,7 +15936,7 @@
|
||||
{
|
||||
"name": "skia/bots/go_win",
|
||||
"path": "go",
|
||||
"version": "version:1"
|
||||
"version": "version:2"
|
||||
}
|
||||
],
|
||||
"command": [
|
||||
@ -16466,7 +16466,7 @@
|
||||
{
|
||||
"name": "skia/bots/go",
|
||||
"path": "go",
|
||||
"version": "version:8"
|
||||
"version": "version:9"
|
||||
}
|
||||
],
|
||||
"command": [
|
||||
|
Loading…
Reference in New Issue
Block a user