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 6909012 commit c0f1372Copy full SHA for c0f1372
assets/build/install.sh
@@ -110,7 +110,7 @@ gem install bundler:"${BUNDLER_VERSION}"
110
111
# download golang
112
echo "Downloading Go ${GOLANG_VERSION}..."
113
-wget -cnv https://storage.googleapis.com/golang/go${GOLANG_VERSION}.linux-amd64.tar.gz -P ${GITLAB_BUILD_DIR}/
+wget -cnv https://go.dev/dl/go${GOLANG_VERSION}.linux-amd64.tar.gz -P ${GITLAB_BUILD_DIR}/
114
tar -xf ${GITLAB_BUILD_DIR}/go${GOLANG_VERSION}.linux-amd64.tar.gz -C /tmp/
115
116
# install gitlab-shell
0 commit comments