mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
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:
parent
d27d88e1b4
commit
5cf9cc32be
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.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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue