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 Feb 25, 2024
1 parent f788795 commit 68ffc63
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,14 +27,14 @@ 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
variables:
GOBIN: "$CI_PROJECT_DIR/bin"
before_script:
Expand All @@ -46,7 +46,7 @@ test:go-generate:

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

0 comments on commit 68ffc63

Please sign in to comment.