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] authored Aug 13, 2024
1 parent ce0b299 commit c101132
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.21
image: golang:1.23
script:
- go env
- go mod download
Expand All @@ -35,6 +35,6 @@ test:lint:

test:unit:
stage: test
image: golang:1.21
image: golang:1.23
script:
- make test

0 comments on commit c101132

Please sign in to comment.