aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/assets/go/create.py
diff options
context:
space:
mode:
authorGravatar Joe Gregorio <jcgregorio@google.com>2017-03-03 10:55:10 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-03-03 16:32:44 +0000
commit3fb5299febf37456408c81298bbf2092133cb4f3 (patch)
treed66338d280b03c41e3c826fda38a5d4036a7e142 /infra/bots/assets/go/create.py
parent3669a824baeadee660b32a719e6879ecb5f7fca9 (diff)
Upgrade Go in CIPD to 1.7.5
BUG=skia: Change-Id: I574c704a4c4bee90b26c1d73d17762ae8b8f55f6 Reviewed-on: https://skia-review.googlesource.com/9192 Commit-Queue: Joe Gregorio <jcgregorio@google.com> Reviewed-by: Ravi Mistry <rmistry@google.com>
Diffstat (limited to 'infra/bots/assets/go/create.py')
-rwxr-xr-xinfra/bots/assets/go/create.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/bots/assets/go/create.py b/infra/bots/assets/go/create.py
index 6ea94147e5..deeaf11b6c 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.6.3.linux-amd64.tar.gz"
+GO_URL = "https://storage.googleapis.com/golang/go1.7.5.linux-amd64.tar.gz"
def create_asset(target_dir):
"""Create the asset."""