We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5accdae commit e8b5364Copy full SHA for e8b5364
.gitlab-ci.yml
@@ -3,7 +3,7 @@ include: https://gitlab-templates.ddbuild.io/compute-delivery/v2/compute-deliver
3
test:
4
stage: verify
5
tags: [ "arch:amd64" ]
6
- image: registry.ddbuild.io/images/mirror/golang:1.20
+ image: registry.ddbuild.io/images/mirror/golang:1.21
7
script:
8
- make test-go test-vet test-fmt
9
0 commit comments