Switch to default gimme version 1.17.1

This commit is contained in:
Dan Buch 2021-09-24 21:38:45 -04:00
parent e60f59e207
commit baa0ef7a1a
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

2
zshrc
View File

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