diff options
Diffstat (limited to '.zsh/zshenv')
-rw-r--r-- | .zsh/zshenv/80_go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.zsh/zshenv/80_go b/.zsh/zshenv/80_go index a6924d6..b7f6413 100644 --- a/.zsh/zshenv/80_go +++ b/.zsh/zshenv/80_go @@ -41,7 +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 +# Alweays use Go toolchains from executable path +export GOTOOLCHAIN=path # vim:ft=zsh |