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:
+2 -1
View File
@@ -1,4 +1,5 @@
project_name: unbound-schemas
version: 2
env:
- CGO_ENABLED=0
@@ -35,7 +36,7 @@ checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
version_template: "{{ .Tag }}-next"
changelog:
sort: asc