Skip to content

Commit

Permalink
Merge pull request #25 from Clever/golang-1.8.3
Browse files Browse the repository at this point in the history
Bump to golang 1.7.6 and 1.8.3
  • Loading branch information
peggyl authored May 24, 2017
2 parents 07f8bde + 8ac9944 commit 6e87dfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circleci/golang-install
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ echo "Attempting to download Go version '$GO_VERSION'..."
if [ "$GO_VERSION" == "1.4" ]; then GO_VERSION="1.4.3"; fi
if [ "$GO_VERSION" == "1.5" ]; then GO_VERSION="1.5.4"; fi
if [ "$GO_VERSION" == "1.6" ]; then GO_VERSION="1.6.4"; fi
if [ "$GO_VERSION" == "1.7" ]; then GO_VERSION="1.7.5"; fi
if [ "$GO_VERSION" == "1.8" ]; then GO_VERSION="1.8.1"; fi
if [ "$GO_VERSION" == "1.7" ]; then GO_VERSION="1.7.6"; fi
if [ "$GO_VERSION" == "1.8" ]; then GO_VERSION="1.8.3"; fi

GODIST=go$GO_VERSION.linux-amd64.tar.gz

Expand Down

0 comments on commit 6e87dfa

Please sign in to comment.