ci: update goreleaser image to v2.3.1

This commit is contained in:
2024-09-14 10:57:11 +02:00
parent 0fd1a1ec2b
commit 1d1041c6bf
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -65,7 +65,7 @@ deploy-prod:
check_release:
stage: test
image:
name: ${GORELEASER_IMAGE}
name: goreleaser/goreleaser:v2.3.1
entrypoint: [ '' ]
script: |
goreleaser check
@@ -75,7 +75,7 @@ check_release:
release:
stage: release
image:
name: ${GORELEASER_IMAGE}
name: goreleaser/goreleaser:v2.3.1
entrypoint: [ '' ]
variables: