Skip to content

Commit

Permalink
ci: use golang:1.21 image
Browse files Browse the repository at this point in the history
  • Loading branch information
gman0 committed Feb 22, 2024
1 parent 9175565 commit 908f223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build-bin:
stage: build-bin
rules:
- if: $CI_COMMIT_BRANCH || $CI_COMMIT_TAG
image: registry.cern.ch/docker.io/library/golang:1.20
image: registry.cern.ch/docker.io/library/golang:1.21
artifacts:
expire_in: '10 min'
paths:
Expand Down

0 comments on commit 908f223

Please sign in to comment.