Always gimme stable

This commit is contained in:
2022-11-12 21:50:13 -05:00
parent 60e6fc730e
commit 70df31a6f8

2
zshrc
View File

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