mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Add comment about Golang and FIPS
This commit is contained in:
parent
723d941d6d
commit
560bc708c5
2 changed files with 11 additions and 0 deletions
|
|
@ -38,6 +38,8 @@ function print_image_args() {
|
|||
function print_golang_args() {
|
||||
declare -A GOLANG_DOWNLOAD_SHA256
|
||||
|
||||
# NOTE: See https://gitlab.com/gitlab-org/gitlab-build-images#note-regarding-golang-and-fips
|
||||
# when adding a new major/minor Golang version.
|
||||
case "$1" in
|
||||
1.20)
|
||||
INSTALL_GOLANG_VERSION=1.20.13 # Update scripts/install-golang for FIPS if this version is bumped
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue