Skip to content
Snippets Groups Projects

Native Step Runner Integration for Docker Executor

Merged Axel von Bertoldi requested to merge avonbertoldi/47414/steps-integration-docker into main
2 unresolved threads
Compare and Show latest version
34 files
+ 1228
229
Compare changes
  • Side-by-side
  • Inline
Files
34
variables:
# renovate: datasource=docker depName=golang allowedVersions=/1\.21\..+/
# When updating GO_VERSION, update Go versions in docs/development/index.md
# or the 'docs:check development docs Go version' job will fail
GO_VERSION: "1.22.7"
# ubi version for go.fips image base (see https://gitlab.com/gitlab-org/gitlab-runner/-/issues/38034)
GO_FIPS_UBI_VERSION: "ubi8"
Loading