We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9151870 commit c3910dbCopy full SHA for c3910db
preinstall.sh
@@ -32,7 +32,7 @@ $APT update
32
$APT install gnupg ca-certificates unzip busybox
33
34
# download and install golang
35
-download_url="https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz"
+download_url="https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz"
36
if ! $WGET --output-document=- "$download_url" | tar -C "${GO_INSTALL_PATH}" -zxf -; then
37
echo "unable to install go$GO_VERSION"
38
exit 1
0 commit comments