From 0231fd714e8ee3d79d5a1853d1a7e8c150f8abea Mon Sep 17 00:00:00 2001 From: Clemens Beck Date: Mon, 14 Aug 2023 15:41:08 +0200 Subject: [PATCH] Update default Go to 1.20.7 Update Go from 1.20.6 to 1.20.7. Does not bump FIPS Go, as 1.20.7 has not yet released for it. See: https://go.dev/doc/devel/release#go1.20 Changelog: changed --- scripts/lib/custom-docker-build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/lib/custom-docker-build b/scripts/lib/custom-docker-build index 2733604..54c0c26 100755 --- a/scripts/lib/custom-docker-build +++ b/scripts/lib/custom-docker-build @@ -50,9 +50,9 @@ function print_golang_args() { GOLANG_DOWNLOAD_SHA256[arm64]="18da7cf1ae5341e6ee120948221aff96df9145ce70f429276514ca7c67c929b1" ;; 1.20) - 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" + INSTALL_GOLANG_VERSION=1.20.7 # Update scripts/install-golang for FIPS if this version is bumped + GOLANG_DOWNLOAD_SHA256[amd64]="f0a87f1bcae91c4b69f8dc2bc6d7e6bfcd7524fceec130af525058c0c17b1b44" + GOLANG_DOWNLOAD_SHA256[arm64]="44781ae3b153c3b07651d93b6bc554e835a36e2d72a696281c1e4dad9efffe43" ;; 1.21) INSTALL_GOLANG_VERSION=1.21.0 # Update scripts/install-golang for FIPS if this version is bumped