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:
David Benjamin 2015-09-30 14:15:18 -04:00 committed by Adam Langley
parent dc7e9c4043
commit 3fc9fe3f4a

View File

@ -45,7 +45,7 @@ WORKSPACE = os.path.join(ROOT, 'go')
EXE_SFX = '.exe' if sys.platform == 'win32' else '' EXE_SFX = '.exe' if sys.platform == 'win32' else ''
# Pinned version of Go toolset to download. # 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/. # Platform dependent portion of a download URL. See http://golang.org/dl/.
TOOLSET_VARIANTS = { TOOLSET_VARIANTS = {