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 eb6eed9c..9dbabe52 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.3'
+TOOLSET_VERSION = 'go1.11'
# Platform dependent portion of a download URL. See http://golang.org/dl/.
TOOLSET_VARIANTS = {