]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
shell: set GOTOOLCHAIN=local master
authorSimon Ruderich <simon@ruderich.org>
Fri, 26 Apr 2024 15:26:49 +0000 (17:26 +0200)
committerSimon Ruderich <simon@ruderich.org>
Fri, 26 Apr 2024 15:26:49 +0000 (17:26 +0200)
shell/shell/env

index 8313a41b0f17658d27ee5a2c22b80687bfbf8430..83810b12d382bf072cbae6dec4999251f827dc26 100644 (file)
@@ -164,6 +164,9 @@ export GOPROXY
 # Same for https://sum.golang.org/
 GOSUMDB=off
 export GOSUMDB
 # Same for https://sum.golang.org/
 GOSUMDB=off
 export GOSUMDB
+# Don't automatically download and execute other version of the Go toolchain
+GOTOOLCHAIN=local
+export GOTOOLCHAIN
 
 # Tell `ip -color` to use colors suitable for a dark terminal. Not sure if
 # this variable is also used by other programs.
 
 # Tell `ip -color` to use colors suitable for a dark terminal. Not sure if
 # this variable is also used by other programs.