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