From: Simon Ruderich Date: Fri, 26 Apr 2024 15:26:49 +0000 (+0200) Subject: shell: set GOTOOLCHAIN=local X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=d8c73cc9564b151cf61f9e45f8367655e7b04e7f;p=config%2Fdotfiles.git shell: set GOTOOLCHAIN=local --- diff --git a/shell/shell/env b/shell/shell/env index 8313a41..83810b1 100644 --- a/shell/shell/env +++ b/shell/shell/env @@ -164,6 +164,9 @@ export GOPROXY # 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.