Skip to content

Commit

Permalink
deps: update golang docker tag to v1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 6, 2025
1 parent e77beb4 commit 760019e
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.23
image: golang:1.24
script:
- go env
- go mod download
Expand All @@ -35,6 +35,6 @@ test:lint:

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

0 comments on commit 760019e

Please sign in to comment.