You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by ro...@apache.org on 2018/05/01 17:03:59 UTC

[incubator-trafficcontrol] branch master updated: change go download location -- other seems to be failing intermittently

This is an automated email from the ASF dual-hosted git repository.

rob pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new eb927a4  change go download location -- other seems to be failing intermittently
eb927a4 is described below

commit eb927a448a55b8d944c5832eece121ee57c4a29c
Author: Dan Kirkwood <da...@apache.org>
AuthorDate: Tue May 1 11:01:33 2018 -0600

    change go download location -- other seems to be failing intermittently
---
 traffic_ops/install/bin/install_go.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/traffic_ops/install/bin/install_go.sh b/traffic_ops/install/bin/install_go.sh
index 313547f..d141bef 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
 

-- 
To stop receiving notification emails like this one, please contact
rob@apache.org.