We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11af8da + 442bf19 commit 07f8bdeCopy full SHA for 07f8bde
circleci/golang-install
@@ -22,7 +22,8 @@ echo "Attempting to download Go version '$GO_VERSION'..."
22
if [ "$GO_VERSION" == "1.4" ]; then GO_VERSION="1.4.3"; fi
23
if [ "$GO_VERSION" == "1.5" ]; then GO_VERSION="1.5.4"; fi
24
if [ "$GO_VERSION" == "1.6" ]; then GO_VERSION="1.6.4"; fi
25
-if [ "$GO_VERSION" == "1.7" ]; then GO_VERSION="1.7.4"; fi
+if [ "$GO_VERSION" == "1.7" ]; then GO_VERSION="1.7.5"; fi
26
+if [ "$GO_VERSION" == "1.8" ]; then GO_VERSION="1.8.1"; fi
27
28
GODIST=go$GO_VERSION.linux-amd64.tar.gz
29
0 commit comments