Upgrade Go in CIPD to 1.7.5
authorJoe Gregorio <jcgregorio@google.com>
Fri, 3 Mar 2017 15:55:10 +0000 (10:55 -0500)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Fri, 3 Mar 2017 16:32:44 +0000 (16:32 +0000)
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>
infra/bots/assets/go/VERSION
infra/bots/assets/go/create.py
infra/bots/tasks.json

index c227083..56a6051 100644 (file)
@@ -1 +1 @@
-0
\ No newline at end of file
+1
\ No newline at end of file
index 6ea9414..deeaf11 100755 (executable)
@@ -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."""
index 206983f..b5818bd 100644 (file)
         {
           "name": "skia/bots/go",
           "path": "go",
-          "version": "version:0"
+          "version": "version:1"
         }
       ],
       "dependencies": [