commit | 9cbd4d5b74edac80cbebe96380b64b2d0fb65bbd | [log] [tgz] |
---|---|---|
author | Kevin Lubick <kjlubick@google.com> | Tue Oct 10 16:36:47 2017 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Wed Oct 18 20:15:55 2017 +0000 |
tree | 6a92f613fdb1ce6e847c848d6423b6b26ece5d84 | |
parent | 7a0248f738dff64b95dc8e3f13e10984c3c27ebc [diff] [blame] |
Update to go 1.9 Bug: skia: Change-Id: Idda5c247895031982d19534197bc1b6ab5f6e4da Reviewed-on: https://skia-review.googlesource.com/58000 Reviewed-by: Stephan Altmueller <stephana@google.com> Commit-Queue: Kevin Lubick <kjlubick@google.com>
diff --git a/infra/bots/assets/go/create.py b/infra/bots/assets/go/create.py index af72be8..424820f 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.8.2.linux-amd64.tar.gz" +GO_URL = "https://storage.googleapis.com/golang/go1.9.1.linux-amd64.tar.gz" def create_asset(target_dir): """Create the asset."""