Explorar o código

Merge pull request #26923 from tophj-ibm/ppc64le-change-go-download-link

ppc64le: update dockerfile golang dl link
Alexander Morozov %!s(int64=8) %!d(string=hai) anos
pai
achega
cab5da77d1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Dockerfile.ppc64le

+ 1 - 1
Dockerfile.ppc64le

@@ -93,7 +93,7 @@ RUN set -x \
 # to build go from source.
 # NOTE: ppc64le has compatibility issues with older versions of go, so make sure the version >= 1.6
 ENV GO_VERSION 1.7.1
-ENV GO_DOWNLOAD_URL https://golang.org/dl/go${GO_VERSION}.src.tar.gz
+ENV GO_DOWNLOAD_URL https://storage.googleapis.com/golang/go${GO_VERSION}.src.tar.gz
 
 RUN set -x \
 	&& TEMPDIR="$(mktemp -d)" \