Update Go to 1.20.10 and 1.21.3

See https://groups.google.com/g/golang-announce/c/iNNxDTCjZvo
This commit is contained in:
Stan Hu 2023-10-11 00:10:25 -07:00
parent 1dfcccc222
commit 5315087eb5
No known key found for this signature in database
GPG key ID: 8D3931AD39CC7A20

View file

@ -50,14 +50,14 @@ function print_golang_args() {
GOLANG_DOWNLOAD_SHA256[arm64]="1142ada7bba786d299812b23edd446761a54efbbcde346c2f0bc69ca6a007b58"
;;
1.20)
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"
INSTALL_GOLANG_VERSION=1.20.10 # Update scripts/install-golang for FIPS if this version is bumped
GOLANG_DOWNLOAD_SHA256[amd64]="80d34f1fd74e382d86c2d6102e0e60d4318461a7c2f457ec1efc4042752d4248"
GOLANG_DOWNLOAD_SHA256[arm64]="fb3c7e15fc4413c5b81eb9f26dbd7cd4faedd5c720b30fa8e2ff77457f74cab6"
;;
1.21)
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"
INSTALL_GOLANG_VERSION=1.21.3 # Update scripts/install-golang for FIPS if this version is bumped
GOLANG_DOWNLOAD_SHA256[amd64]="1241381b2843fae5a9707eec1f8fb2ef94d827990582c7c7c32f5bdfbfd420c8"
GOLANG_DOWNLOAD_SHA256[arm64]="fc90fa48ae97ba6368eecb914343590bbb61b388089510d0c56c2dde52987ef3"
;;
*) fail "Unknown golang version $1" ;;
esac