From d8c73cc9564b151cf61f9e45f8367655e7b04e7f Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 26 Apr 2024 17:26:49 +0200 Subject: [PATCH] shell: set GOTOOLCHAIN=local --- shell/shell/env | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.43.2