# HG changeset patch # User Clemens Beck <cbeck@gitlab.com> # Date 1730195575 -3600 # Tue Oct 29 10:52:55 2024 +0100 # Node ID a4c590339bf81ab8876b9ae5e30a796dffe5b82d # Parent 0ed587efa0a7bd1e57c3085725be77227c9eceda Update Go from 1.22.7 to 1.23.2 Update the builder image revision to 5.21, which updates Go from 1.22.7 to 1.23.2. Changelog: changed Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8783 diff --git a/gitlab-ci-config/variables.yml b/gitlab-ci-config/variables.yml --- a/gitlab-ci-config/variables.yml +++ b/gitlab-ci-config/variables.yml @@ -8,7 +8,7 @@ # To be used for images that exist only on dev.gitlab.org DEV_BUILDER_IMAGE_REGISTRY: 'dev.gitlab.org:5005/cookbooks/gitlab-omnibus-builder' PUBLIC_BUILDER_IMAGE_REGISTRY: "registry.gitlab.com/gitlab-org/gitlab-omnibus-builder" - BUILDER_IMAGE_REVISION: "5.19.0" + BUILDER_IMAGE_REVISION: "5.21.0" # The registry to pull the assets image from ASSET_REGISTRY: "${CI_REGISTRY}" ASSET_SYNC_EXISTING_REMOTE_FILES: "keep"