summaryrefslogtreecommitdiff
path: root/src/util/bot/go/bootstrap.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/bot/go/bootstrap.py')
-rwxr-xr-xsrc/util/bot/go/bootstrap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/bot/go/bootstrap.py b/src/util/bot/go/bootstrap.py
index 617637db..ae38ccf2 100755
--- a/src/util/bot/go/bootstrap.py
+++ b/src/util/bot/go/bootstrap.py
@@ -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.10'
+TOOLSET_VERSION = 'go1.10.1'
# Platform dependent portion of a download URL. See http://golang.org/dl/.
TOOLSET_VARIANTS = {