Skip to content

Commit

Permalink
upgrade to Go 1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrre committed Apr 9, 2019
1 parent 0d9c2ef commit b8394f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ git-pull-dir() {(
find $dir -type d -name ".git" | xargs dirname | parallel -v -j 8 git -C {} pull --all --tags --prune
)}

export GIMME_GO_VERSION=1.12.2
export GIMME_GO_VERSION=1.12.3
export GIMME=$HOME/.gimme
export GIMME_TYPE=source
export GIMME_SILENT_ENV=1
Expand Down

0 comments on commit b8394f6

Please sign in to comment.