mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Update default Go to 1.20.7
Update Go from 1.20.6 to 1.20.7. Does not bump FIPS Go, as 1.20.7 has not yet released for it. See: https://go.dev/doc/devel/release#go1.20 Changelog: changed
This commit is contained in:
parent
a722154b43
commit
0231fd714e
1 changed files with 3 additions and 3 deletions
|
|
@ -50,9 +50,9 @@ function print_golang_args() {
|
|||
GOLANG_DOWNLOAD_SHA256[arm64]="18da7cf1ae5341e6ee120948221aff96df9145ce70f429276514ca7c67c929b1"
|
||||
;;
|
||||
1.20)
|
||||
INSTALL_GOLANG_VERSION=1.20.6 # Update scripts/install-golang for FIPS if this version is bumped
|
||||
GOLANG_DOWNLOAD_SHA256[amd64]="b945ae2bb5db01a0fb4786afde64e6fbab50b67f6fa0eb6cfa4924f16a7ff1eb"
|
||||
GOLANG_DOWNLOAD_SHA256[arm64]="4e15ab37556e979181a1a1cc60f6d796932223a0f5351d7c83768b356f84429b"
|
||||
INSTALL_GOLANG_VERSION=1.20.7 # Update scripts/install-golang for FIPS if this version is bumped
|
||||
GOLANG_DOWNLOAD_SHA256[amd64]="f0a87f1bcae91c4b69f8dc2bc6d7e6bfcd7524fceec130af525058c0c17b1b44"
|
||||
GOLANG_DOWNLOAD_SHA256[arm64]="44781ae3b153c3b07651d93b6bc554e835a36e2d72a696281c1e4dad9efffe43"
|
||||
;;
|
||||
1.21)
|
||||
INSTALL_GOLANG_VERSION=1.21.0 # Update scripts/install-golang for FIPS if this version is bumped
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue