mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
Update download URL for golang source code
This commit is contained in:
parent
1a57302ff9
commit
92dabc0037
@ -110,7 +110,7 @@ gem install bundler:"${BUNDLER_VERSION}"
|
||||
|
||||
# download golang
|
||||
echo "Downloading Go ${GOLANG_VERSION}..."
|
||||
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}/
|
||||
tar -xf ${GITLAB_BUILD_DIR}/go${GOLANG_VERSION}.linux-amd64.tar.gz -C /tmp/
|
||||
|
||||
# install gitlab-shell
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user