Skip to content

Commit c6d8c70

Browse files
committed
Set GOTOOLCHAIN to local to prevent auto-download of new Go
1 parent e229e8c commit c6d8c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ GOSUMDB=sum.golang.org
99

1010
# Automatically download newer toolchains as directed by go.mod files.
1111
# See https://go.dev/doc/toolchain for details.
12-
GOTOOLCHAIN=auto
12+
GOTOOLCHAIN=local

0 commit comments

Comments
 (0)