Move the bots to Go 1.5.1.
Nothing in particular, but probably good to match the version of Go on our workstations. Change-Id: I5f4828299d56d25cd8c0dadfa91e9f18212a178d Reviewed-on: https://boringssl-review.googlesource.com/6060 Reviewed-by: Adam Langley <agl@google.com>
This commit is contained in:
parent
dc7e9c4043
commit
3fc9fe3f4a
@ -45,7 +45,7 @@ WORKSPACE = os.path.join(ROOT, 'go')
|
||||
EXE_SFX = '.exe' if sys.platform == 'win32' else ''
|
||||
|
||||
# Pinned version of Go toolset to download.
|
||||
TOOLSET_VERSION = 'go1.4'
|
||||
TOOLSET_VERSION = 'go1.5.1'
|
||||
|
||||
# Platform dependent portion of a download URL. See http://golang.org/dl/.
|
||||
TOOLSET_VARIANTS = {
|
||||
|
Loading…
Reference in New Issue
Block a user