Skip to content

Commit c3910db

Browse files
authored
Fix Docker build (#401)
1 parent 9151870 commit c3910db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

preinstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $APT update
3232
$APT install gnupg ca-certificates unzip busybox
3333

3434
# download and install golang
35-
download_url="https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz"
35+
download_url="https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz"
3636
if ! $WGET --output-document=- "$download_url" | tar -C "${GO_INSTALL_PATH}" -zxf -; then
3737
echo "unable to install go$GO_VERSION"
3838
exit 1

0 commit comments

Comments
 (0)