diff --git a/zshrc b/zshrc index f21c4ef..8a2fedf 100644 --- a/zshrc +++ b/zshrc @@ -121,7 +121,7 @@ if [[ -f ~/.cargo/env ]]; then fi if gimme --version &>/dev/null; then - eval "$(gimme '1.13.x')" 2>/dev/null + eval "$(gimme '1.14.x')" 2>/dev/null export GOPATH="$HOME/go" fi