commit | 5709ccbd7d068e65b3050db347cbb54035d15fe4 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@google.com> | Mon Oct 19 22:19:21 2020 -0400 |
committer | Adam Langley <agl@google.com> | Tue Nov 03 21:14:05 2020 +0000 |
tree | f92c7034d58ee7c7c58692013bbacb386c947654 | |
parent | 73b69308acd6257f4056bd2f1e91e9cf6b259a26 [diff] |
Update Go on the bots. Change-Id: Id49fb3e73e6ada87feaa621c555924efbaf672f2 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/43505 Reviewed-by: Adam Langley <agl@google.com>
diff --git a/util/bot/go/bootstrap.py b/util/bot/go/bootstrap.py index 06ab4c8..c58504c 100755 --- a/util/bot/go/bootstrap.py +++ b/util/bot/go/bootstrap.py
@@ -45,7 +45,7 @@ EXE_SFX = '.exe' if sys.platform == 'win32' else '' # Pinned version of Go toolset to download. -TOOLSET_VERSION = 'go1.14.1' +TOOLSET_VERSION = 'go1.15.3' # Platform dependent portion of a download URL. See http://golang.org/dl/. TOOLSET_VARIANTS = {