Support Building with Go 1.20.5

This commit is contained in:
Robert Marshall 2023-06-29 19:33:32 +00:00 committed by Stan Hu
parent b8363af4a5
commit a62181f84d
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.4-3-openssl-fips"
GO_BRANCH="go1.20.5-2-openssl-fips"
else
GO_BRANCH="go${GO_MAJOR_VERSION}-fips-release"
fi