Bump go version

This commit is contained in:
Dan Buch 2019-12-07 20:43:20 -05:00
parent 55415a8986
commit c4c4d338f3
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

2
zshrc
View File

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