Browse code

ppc64le: update dockerfile golang dl link

updates golang download link to be consistent with other dockerfiles

Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com>

Christopher Jones authored on 2016/09/27 01:03:38
Showing 1 changed files
... ...
@@ -93,7 +93,7 @@ RUN set -x \
93 93
 # to build go from source.
94 94
 # NOTE: ppc64le has compatibility issues with older versions of go, so make sure the version >= 1.6
95 95
 ENV GO_VERSION 1.7.1
96
-ENV GO_DOWNLOAD_URL https://golang.org/dl/go${GO_VERSION}.src.tar.gz
96
+ENV GO_DOWNLOAD_URL https://storage.googleapis.com/golang/go${GO_VERSION}.src.tar.gz
97 97
 
98 98
 RUN set -x \
99 99
 	&& TEMPDIR="$(mktemp -d)" \