Merge branch 'update-go-2023-10-05-patches' into 'master'

Update Go 1.20 and 1.21 patches

See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/736

Merged-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Approved-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Co-authored-by: Clemens Beck <cbeck@gitlab.com>
This commit is contained in:
Balasankar 'Balu' C 2023-10-10 08:49:14 +00:00
commit 1dfcccc222

View file

@ -50,14 +50,14 @@ function print_golang_args() {
GOLANG_DOWNLOAD_SHA256[arm64]="1142ada7bba786d299812b23edd446761a54efbbcde346c2f0bc69ca6a007b58"
;;
1.20)
INSTALL_GOLANG_VERSION=1.20.8 # Update scripts/install-golang for FIPS if this version is bumped
GOLANG_DOWNLOAD_SHA256[amd64]="cc97c28d9c252fbf28f91950d830201aa403836cbed702a05932e63f7f0c7bc4"
GOLANG_DOWNLOAD_SHA256[arm64]="15ab379c6a2b0d086fe3e74be4599420e66549edf7426a300ee0f3809500f89e"
INSTALL_GOLANG_VERSION=1.20.9 # Update scripts/install-golang for FIPS if this version is bumped
GOLANG_DOWNLOAD_SHA256[amd64]="8921369701afa749b07232d2c34d514510c32dbfd79c65adb379451b5f0d7216"
GOLANG_DOWNLOAD_SHA256[arm64]="da7fca78f85b90b495382cd74b2d0a1c0b6aaa200e7feb27ae7198352b2317fa"
;;
1.21)
INSTALL_GOLANG_VERSION=1.21.1 # Update scripts/install-golang for FIPS if this version is bumped
GOLANG_DOWNLOAD_SHA256[amd64]="b3075ae1ce5dab85f89bc7905d1632de23ca196bd8336afd93fa97434cfa55ae"
GOLANG_DOWNLOAD_SHA256[arm64]="7da1a3936a928fd0b2602ed4f3ef535b8cd1990f1503b8d3e1acc0fa0759c967"
INSTALL_GOLANG_VERSION=1.21.2 # Update scripts/install-golang for FIPS if this version is bumped
GOLANG_DOWNLOAD_SHA256[amd64]="f5414a770e5e11c6e9674d4cd4dd1f4f630e176d1828d3427ea8ca4211eee90d"
GOLANG_DOWNLOAD_SHA256[arm64]="23e208ca44a3cb46cd4308e48a27c714ddde9c8c34f2e4211dbca95b6d456554"
;;
*) fail "Unknown golang version $1" ;;
esac