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/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=refs%2Fheads%2Fmaster 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.