mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-08 17:42:56 +01:00
Merge branch 'jamesliu-gitlab-master-patch-78048' into 'master'
go: Bump to 1.22.3 for non-FIPS image See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/802 Merged-by: Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by: Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by: James Liu <jliu@gitlab.com>
This commit is contained in:
commit
2468ff3bba
1 changed files with 3 additions and 3 deletions
|
|
@ -48,10 +48,10 @@ function print_golang_args() {
|
|||
GOLANG_DOWNLOAD_SHA256[arm64]="4d169d9cf3dde1692b81c0fd9484fa28d8bc98f672d06bf9db9c75ada73c5fbc"
|
||||
;;
|
||||
1.22)
|
||||
INSTALL_GOLANG_VERSION=1.22.2
|
||||
INSTALL_GOLANG_VERSION=1.22.3
|
||||
INSTALL_GOLANG_FIPS_TAG=1.22.2-1
|
||||
GOLANG_DOWNLOAD_SHA256[amd64]="5901c52b7a78002aeff14a21f93e0f064f74ce1360fce51c6ee68cd471216a17"
|
||||
GOLANG_DOWNLOAD_SHA256[arm64]="36e720b2d564980c162a48c7e97da2e407dfcc4239e1e58d98082dfa2486a0c1"
|
||||
GOLANG_DOWNLOAD_SHA256[amd64]="8920ea521bad8f6b7bc377b4824982e011c19af27df88a815e3586ea895f1b36"
|
||||
GOLANG_DOWNLOAD_SHA256[arm64]="6c33e52a5b26e7aa021b94475587fce80043a727a54ceb0eee2f9fc160646434"
|
||||
;;
|
||||
*) fail "Unknown golang version $1" ;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue