summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2023-08-11 09:12:46 +0200
committerTobias Klauser <tklauser@distanz.ch>2023-08-11 09:12:46 +0200
commit56272dd33467cf9fd82a3647cd22b3e4b337396d (patch)
tree6ec32367462538a1797ddcff1fd90d76d61b17b6
parent83abab3326399d3b420ecabe5ec970324e452b46 (diff)
.zsh/zshenv: set GOTOOLCHAIN=local
-rw-r--r--.zsh/zshenv/80_go3
1 files changed, 3 insertions, 0 deletions
diff --git a/.zsh/zshenv/80_go b/.zsh/zshenv/80_go
index 49df466..a6924d6 100644
--- a/.zsh/zshenv/80_go
+++ b/.zsh/zshenv/80_go
@@ -41,4 +41,7 @@ alias gotip=$HOME/src/go/bin/go
# https://github.com/maruel/panicparse#gotraceback
export GOTRACEBACK=all
+# always use local Go toolchain
+export GOTOOLCHAIN=local
+
# vim:ft=zsh