Update Go to 1.19.12

Update Go from 1.19.9 to 1.19.12.

See: https://go.dev/doc/devel/release#go1.19

Changelog: changed
This commit is contained in:
Clemens Beck 2023-08-10 09:06:02 +02:00
parent 5cf9cc32be
commit a722154b43
No known key found for this signature in database
GPG key ID: 4EC101F2BFCCFEFA

View file

@ -45,9 +45,9 @@ function print_golang_args() {
GOLANG_DOWNLOAD_SHA256[arm64]="160497c583d4c7cbc1661230e68b758d01f741cf4bece67e48edc4fdd40ed92d"
;;
1.19)
INSTALL_GOLANG_VERSION=1.19.9
GOLANG_DOWNLOAD_SHA256[amd64]="e858173b489ec1ddbe2374894f52f53e748feed09dde61be5b4b4ba2d73ef34b"
GOLANG_DOWNLOAD_SHA256[arm64]="b947e457be9d7b52a082c68e42b6939f9cc151f1ad5b3d8fd646ca3352f6f2f1"
INSTALL_GOLANG_VERSION=1.19.12
GOLANG_DOWNLOAD_SHA256[amd64]="48e4fcfb6abfdaa01aaf1429e43bdd49cea5e4687bd5f5b96df1e193fcfd3e7e"
GOLANG_DOWNLOAD_SHA256[arm64]="18da7cf1ae5341e6ee120948221aff96df9145ce70f429276514ca7c67c929b1"
;;
1.20)
INSTALL_GOLANG_VERSION=1.20.6 # Update scripts/install-golang for FIPS if this version is bumped