diff --git a/circleci/golang-install b/circleci/golang-install index 4b388ae..6d0696a 100755 --- a/circleci/golang-install +++ b/circleci/golang-install @@ -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