Add Go 1.21 Operator build image

Adds a new Operator build image with Go 1.21 and the Operator
tools. The 1.20 image remains for now for possible backport
to stable branches.

Relates https://gitlab.com/gitlab-org/cloud-native/gitlab-operator/-/issues/1500
This commit is contained in:
Clemens Beck 2024-01-31 09:42:00 +01:00
parent 9bba95420a
commit eb85da3b71
No known key found for this signature in database
GPG key ID: 4EC101F2BFCCFEFA
2 changed files with 118 additions and 0 deletions

View file

@ -55,6 +55,9 @@ golangci-lint-1.52-alpine:
gitlab-operator-build-base-golang-1.20:
extends: .build_static_image
gitlab-operator-build-base-golang-1.21:
extends: .build_static_image
alpine-bash-jq-curl-git:
extends: .build_static_image