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

@ -31,7 +31,7 @@ function build_ubi() {
else
# This is a workaround until https://github.com/golang-fips/go/issues/82 is resolved.
if [[ $GO_MAJOR_VERSION == "1.20" ]]; then
GO_BRANCH="go1.20.5-2-openssl-fips"
GO_BRANCH="go1.20.6-1-openssl-fips"
# This is a workaround until https://github.com/golang-fips/go/pull/107 is released.
elif [[ $GO_MAJOR_VERSION == "1.21" ]]; then
GO_BRANCH="go1.20.6-1-openssl-fips"