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:
parent
3669a824ba
commit
3fb5299feb
@ -1 +1 @@
|
||||
0
|
||||
1
|
@ -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."""
|
||||
|
@ -3679,7 +3679,7 @@
|
||||
{
|
||||
"name": "skia/bots/go",
|
||||
"path": "go",
|
||||
"version": "version:0"
|
||||
"version": "version:1"
|
||||
}
|
||||
],
|
||||
"dependencies": [
|
||||
|
Loading…
Reference in New Issue
Block a user