Skip to content

Commit

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

build:
stage: build
image: golang:1.22
image: golang:1.23
script:
- go env
- go mod download
Expand All @@ -35,7 +35,7 @@ test:lint:

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

0 comments on commit c9b8f5f

Please sign in to comment.