Merge branch 'remove-go-1-20' into 'master'

Stop building Go 1.20 images

See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/785

Merged-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Approved-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Co-authored-by: Clemens Beck <cbeck@gitlab.com>
This commit is contained in:
Balasankar 'Balu' C 2024-04-18 06:12:17 +00:00
commit 2d3f1104ec
5 changed files with 4 additions and 128 deletions

View file

@ -58,9 +58,6 @@ golangci-lint-1.52-alpine:
extends: .build_static_image
# Used by gitlab-operator: https://gitlab.com/gitlab-org/cloud-native/gitlab-operator
gitlab-operator-build-base-golang-1.20:
extends: .build_static_image
gitlab-operator-build-base-golang-1.21:
extends: .build_static_image

View file

@ -19,10 +19,10 @@ gitaly:
parallel:
matrix:
- OS: ['debian:bookworm']
GOLANG: ['1.20', '1.21', '1.22']
GOLANG: ['1.21', '1.22']
RUST: ['1.73']
GIT: ['2.36']
- OS: ['ubi:8.6']
GOLANG: ['1.20', '1.21', '1.22']
GOLANG: ['1.21', '1.22']
RUST: ['1.73']
GIT: ['2.36']

View file

@ -100,11 +100,11 @@ gitlab-workhorse:
matrix:
- OS: ['debian:bookworm']
RUBY: ['3.0', '3.1', '3.2']
GOLANG: ['1.20', '1.21', '1.22']
GOLANG: ['1.21', '1.22']
RUST: ['1.73']
GIT: ['2.36']
- OS: ['ubi:8.6']
RUBY: ['3.0', '3.1', '3.2']
GOLANG: ['1.20', '1.21', '1.22']
GOLANG: ['1.21', '1.22']
RUST: ['1.73']
GIT: ['2.36']