aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/assets
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2018-02-13 07:40:59 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-02-13 12:58:57 +0000
commit1fb2da5e4e66f073afea216b8bef024e1f456a96 (patch)
tree83f883b7b518446538a0d2e9b05847259fcdd87a /infra/bots/assets
parenta36db6984e765403267380dec2129c403fc20fcc (diff)
[infra] Update to Go 1.9.4
Bug: skia: Change-Id: I55bb57a7f199d0f57531523f1fedfec2bf49502c Reviewed-on: https://skia-review.googlesource.com/106802 Commit-Queue: Eric Boren <borenet@google.com> Reviewed-by: Stephan Altmueller <stephana@google.com>
Diffstat (limited to 'infra/bots/assets')
-rw-r--r--infra/bots/assets/go/VERSION2
-rwxr-xr-xinfra/bots/assets/go/create.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/infra/bots/assets/go/VERSION b/infra/bots/assets/go/VERSION
index e440e5c842..bf0d87ab1b 100644
--- a/infra/bots/assets/go/VERSION
+++ b/infra/bots/assets/go/VERSION
@@ -1 +1 @@
-3 \ No newline at end of file
+4 \ No newline at end of file
diff --git a/infra/bots/assets/go/create.py b/infra/bots/assets/go/create.py
index 424820fdaf..577b852853 100755
--- a/infra/bots/assets/go/create.py
+++ b/infra/bots/assets/go/create.py
@@ -12,7 +12,7 @@
import argparse
import subprocess
-GO_URL = "https://storage.googleapis.com/golang/go1.9.1.linux-amd64.tar.gz"
+GO_URL = "https://storage.googleapis.com/golang/go1.9.4.linux-amd64.tar.gz"
def create_asset(target_dir):
"""Create the asset."""