Skip to content

Commit c0f1372

Browse files
committed
Update download URL for golang source code
1 parent 6909012 commit c0f1372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/build/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ gem install bundler:"${BUNDLER_VERSION}"
110110

111111
# download golang
112112
echo "Downloading Go ${GOLANG_VERSION}..."
113-
wget -cnv https://storage.googleapis.com/golang/go${GOLANG_VERSION}.linux-amd64.tar.gz -P ${GITLAB_BUILD_DIR}/
113+
wget -cnv https://go.dev/dl/go${GOLANG_VERSION}.linux-amd64.tar.gz -P ${GITLAB_BUILD_DIR}/
114114
tar -xf ${GITLAB_BUILD_DIR}/go${GOLANG_VERSION}.linux-amd64.tar.gz -C /tmp/
115115

116116
# install gitlab-shell

0 commit comments

Comments
 (0)