aboutsummaryrefslogtreecommitdiff
path: root/go.env
diff options
context:
space:
mode:
Diffstat (limited to 'go.env')
-rw-r--r--go.env4
1 files changed, 4 insertions, 0 deletions
diff --git a/go.env b/go.env
index 826192283f..9bab8ffd73 100644
--- a/go.env
+++ b/go.env
@@ -6,3 +6,7 @@
# See https://proxy.golang.org for details.
GOPROXY=https://proxy.golang.org,direct
GOSUMDB=sum.golang.org
+
+# Automatically download newer toolchains as directed by go.mod files.
+# See https://go.dev/s/gotoolchain for details.
+GOTOOLCHAIN=auto