Bump default go to 1.15.x

This commit is contained in:
Dan Buch 2020-09-15 19:22:27 -04:00
parent 6c16828a99
commit 3bf7c0115e
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

2
zshrc
View File

@ -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