mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
Support Building with Go 1.20.5
This commit is contained in:
parent
b8363af4a5
commit
a62181f84d
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue