Skip to content

Commit

Permalink
deps: update golang docker tag to v1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 19, 2024
1 parent f7c9ac6 commit f318f79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cache:

build:
stage: build
image: golang:1.21
image: golang:1.22
script:
- go env
- go mod download
Expand All @@ -31,21 +31,21 @@ test:lint:

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

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

test:unit:
stage: test
image: golang:1.21
image: golang:1.22
script:
- go test -v -coverpkg=./... -coverprofile=coverage.txt -covermode count ./...
- go get github.com/boumenot/gocover-cobertura
Expand Down

0 comments on commit f318f79

Please sign in to comment.