You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-full-overlay/dev-lang/go/files/go-never-download-newer-too...

14 lines
368 B

diff --git a/go.env b/go.env
index 6ff2b921d4..1112a19c9b 100644
--- a/go.env
+++ b/go.env
@@ -7,6 +7,6 @@
GOPROXY=https://proxy.golang.org,direct
GOSUMDB=sum.golang.org
-# Automatically download newer toolchains as directed by go.mod files.
+# Never download newer toolchains.
# See https://go.dev/doc/toolchain for details.
-GOTOOLCHAIN=auto
+GOTOOLCHAIN=local