From d24936113c75a2823bc51072828cdd34e4977148 Mon Sep 17 00:00:00 2001 From: Yegor Lukash Date: Wed, 7 Oct 2015 11:12:44 +0300 Subject: [PATCH] Change storage url --- libexec/goenv-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/goenv-install b/libexec/goenv-install index 486a5e3..7398e86 100755 --- a/libexec/goenv-install +++ b/libexec/goenv-install @@ -88,7 +88,7 @@ if [ "$rtn" == "1" ] then download="http://golang.org/dl/go${version}.${platform}-${arch}${extra}.tar.gz" else - download="https://go.googlecode.com/files/go${version}.${platform}-${arch}${extra}.tar.gz" + download="https://storage.googleapis.com/golang/go${version}.${platform}-${arch}${extra}.tar.gz" fi # Can't get too clever here set +e