summaryrefslogtreecommitdiff
path: root/.zsh
diff options
context:
space:
mode:
Diffstat (limited to '.zsh')
-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