diff --git a/zshrc b/zshrc index 1569d45..a00085b 100644 --- a/zshrc +++ b/zshrc @@ -153,7 +153,7 @@ if [[ -f ~/.cargo/env ]]; then fi if gimme --version &>/dev/null; then - eval "$(gimme '1.15.x')" 2>/dev/null + eval "$(gimme '1.16.x')" 2>/dev/null export GOPATH="$HOME/go" fi