Skip to content
Snippets Groups Projects

CI/CD: testing with Golang 1.19

Merged Georges Racinet requested to merge topic/heptapod/gitlab-15.5 into branch/heptapod
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -31,7 +31,7 @@
- go version
- which go
services:
- name: registry.gitlab.com/gitlab-org/build/cng/gitaly:v14.10.1
- name: registry.gitlab.com/gitlab-org/build/cng/gitaly:v15.5.0
# Disable the hooks so we don't have to stub the GitLab API
command: ["bash", "-c", "mkdir -p /home/git/repositories && rm -rf /srv/gitlab-shell/hooks/* && exec /usr/bin/env GITALY_TESTING_NO_GIT_HOOKS=1 /scripts/process-wrapper"]
alias: gitaly
@@ -43,7 +43,7 @@
image: golang:${GO_VERSION}
parallel:
matrix:
- GO_VERSION: ["1.17", "1.18"]
- GO_VERSION: ["1.17", "1.18", "1.19"]
after_script:
- make coverage
coverage: '/\d+.\d+%/'
Loading