mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Update the Git version to v2.36.0. While Gitaly doesn't rely on the Git version at all anymore, it feels like the right thing to do to update it to something more current than v2.33.0.
12 lines
291 B
YAML
12 lines
291 B
YAML
# Used by Gitaly: https://gitlab.com/gitlab-org/gitaly/blob/master/.gitlab-ci.yml
|
|
gitaly:
|
|
needs: []
|
|
extends:
|
|
- .build_and_push
|
|
stage: gitaly
|
|
parallel:
|
|
matrix:
|
|
- OS: ['debian:bullseye']
|
|
RUBY: ['2.7', '3.0']
|
|
GOLANG: ['1.17', '1.18']
|
|
GIT: ['2.36']
|