Use the newest golang patch 1.19.9 and 1.20.4

This commit is contained in:
DJ Mountney 2023-05-29 13:14:10 -07:00
parent a1ed9f50ca
commit c93c453d85
No known key found for this signature in database
GPG key ID: F07F8D51346CF0B6
2 changed files with 7 additions and 7 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.3-openssl-fips"
GO_BRANCH="go1.20.4-3-openssl-fips"
else
GO_BRANCH="go${GO_MAJOR_VERSION}-fips-release"
fi