Always gimme stable

This commit is contained in:
Dan Buch 2022-11-12 21:50:13 -05:00
parent 60e6fc730e
commit 70df31a6f8
Signed by: meatballhat
GPG Key ID: A12F782281063434

2
zshrc
View File

@ -164,7 +164,7 @@ if [[ -f ~/.cargo/env ]]; then
fi
if gimme --version &>/dev/null; then
eval "$(gimme '1.18.x')" 2>/dev/null
eval "$(gimme stable)" 2>/dev/null
export GOPATH="$HOME/go"
fi