Skip to content

Commit 9d29e5a

Browse files
authored
install-vendored-go: update download link
The Google storage account appears to no longer be valid, so let's use the official download link from https://go.dev.
1 parent 846ee0b commit 9d29e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/install-vendored-go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fi
3939

4040
ROOTDIR="$( cd "$( dirname "$0" )/.." && pwd )"
4141
VENDORDIR="$ROOTDIR/vendor"
42-
DOWNLOAD_URL=https://storage.googleapis.com/golang/$GO_PKG
42+
DOWNLOAD_URL=https://go.dev/dl/$GO_PKG
4343
ARCHIVE="$VENDORDIR/$GO_PKG"
4444
INSTALLDIR="$VENDORDIR/$GO_VERSION"
4545
export GOROOT="$INSTALLDIR/go"

0 commit comments

Comments
 (0)