mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
gitaly: Bump Go version to v1.17 and v1.18
Gitaly is in the process of migrating to Go v1.18 and has recently dropped support for v1.17. Adjust the Go versions of the Gitaly images accordingly.
This commit is contained in:
parent
0a603faec2
commit
daf72c752a
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ gitaly:
|
|||
matrix:
|
||||
- OS: ['debian:bullseye']
|
||||
RUBY: ['2.7', '3.0']
|
||||
GOLANG: ['1.16', '1.17']
|
||||
GOLANG: ['1.17', '1.18']
|
||||
GIT: ['2.33']
|
||||
PGBOUNCER: ['1.14', '']
|
||||
POSTGRESQL: ['11', '12', '13'] # We only use the postgresql-client
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue