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>
This commit is contained in:
Joe Gregorio 2017-03-03 10:55:10 -05:00 committed by Skia Commit-Bot
parent 3669a824ba
commit 3fb5299feb
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
0 1

View File

@ -12,7 +12,7 @@
import argparse import argparse
import subprocess 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): def create_asset(target_dir):
"""Create the asset.""" """Create the asset."""

View File

@ -3679,7 +3679,7 @@
{ {
"name": "skia/bots/go", "name": "skia/bots/go",
"path": "go", "path": "go",
"version": "version:0" "version": "version:1"
} }
], ],
"dependencies": [ "dependencies": [