diff --git a/zshrc b/zshrc index 9fed757..cddc95c 100644 --- a/zshrc +++ b/zshrc @@ -177,7 +177,7 @@ if [[ -f ~/.cargo/env ]]; then fi if gimme --version &>/dev/null; then - eval "$(gimme stable)" 2>/dev/null + eval "$(gimme 1.21.x)" 2>/dev/null export GOPATH="$HOME/go" fi