rob05c closed pull request #2195: change go download location -- other seems to be failing intermittently URL: https://github.com/apache/incubator-trafficcontrol/pull/2195
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/traffic_ops/install/bin/install_go.sh b/traffic_ops/install/bin/install_go.sh index 313547f47..d141bef8a 100755 --- a/traffic_ops/install/bin/install_go.sh +++ b/traffic_ops/install/bin/install_go.sh @@ -14,7 +14,7 @@ # limitations under the License. # -GO_DOWNLOADS_URL=https://storage.googleapis.com/golang +GO_DOWNLOADS_URL=https://dl.google.com/go GO_TARBALL_VERSION=go1.8.3.linux-amd64.tar.gz GO_TARBALL_URL=$GO_DOWNLOADS_URL/$GO_TARBALL_VERSION ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
