Skip to content

Commit

Permalink
deps: update golang docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 25, 2024
1 parent 42d9328 commit 2a86deb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@ test:golangci-lint:

test:go-mod-tidy:
stage: test
image: golang:1.21
image: golang:1.22
script:
- go mod tidy -v
- git diff --exit-code

test:go-generate:
stage: test
image: golang:1.21
image: golang:1.22
script:
- go generate ./...
- git diff --exit-code

test:tests:
stage: test
image: golang:1.21
image: golang:1.22
script:
- |
go test -v \
Expand Down

0 comments on commit 2a86deb

Please sign in to comment.