mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
Use the newest golang patch 1.19.9 and 1.20.4
This commit is contained in:
parent
a1ed9f50ca
commit
c93c453d85
2 changed files with 7 additions and 7 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.3-openssl-fips"
|
||||
GO_BRANCH="go1.20.4-3-openssl-fips"
|
||||
else
|
||||
GO_BRANCH="go${GO_MAJOR_VERSION}-fips-release"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue