Upgrade Go in CIPD to 1.7.5
BUG=skia: Change-Id: I70fadfa293387bec03a201ac986b3e1cba053ab6 Reviewed-on: https://skia-review.googlesource.com/9222 Commit-Queue: Joe Gregorio <jcgregorio@google.com> Reviewed-by: Cary Clark <caryclark@google.com>
This commit is contained in:
parent
cfaa63237b
commit
374a0178cf
@ -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