Update Go to 1.20.6

Update Go from 1.20.5 to 1.20.6.

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

Changelog: changed
This commit is contained in:
Clemens Beck 2023-08-01 11:18:37 +02:00
parent d27d88e1b4
commit 5cf9cc32be
No known key found for this signature in database
GPG key ID: 4EC101F2BFCCFEFA
2 changed files with 4 additions and 4 deletions

View file

@ -50,9 +50,9 @@ function print_golang_args() {
GOLANG_DOWNLOAD_SHA256[arm64]="b947e457be9d7b52a082c68e42b6939f9cc151f1ad5b3d8fd646ca3352f6f2f1"
;;
1.20)
INSTALL_GOLANG_VERSION=1.20.5 # Update scripts/install-golang for FIPS if this version is bumped
GOLANG_DOWNLOAD_SHA256[amd64]="d7ec48cde0d3d2be2c69203bc3e0a44de8660b9c09a6e85c4732a3f7dc442612"
GOLANG_DOWNLOAD_SHA256[arm64]="aa2fab0a7da20213ff975fa7876a66d47b48351558d98851b87d1cfef4360d09"
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"
;;
1.21)
INSTALL_GOLANG_VERSION=1.21.0 # Update scripts/install-golang for FIPS if this version is bumped