Skip to content

Commit f00ee41

Browse files
authored
ci: bump GoReleaser to v2.16.0 (#10774)
1 parent 48af854 commit f00ee41

4 files changed

Lines changed: 6 additions & 10 deletions

File tree

.github/workflows/reusable-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
id: goreleaser
107107
uses: goreleaser/goreleaser-action@e24998b8b67b290c2fa8b7c14fcfa7de2c5c9b8c # v7.1.0
108108
with:
109-
version: v2.1.0
109+
version: v2.16.0
110110
args: release -f=${{ inputs.goreleaser_config}} ${{ inputs.goreleaser_options}}
111111
env:
112112
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ jobs:
256256
- name: Run GoReleaser
257257
uses: goreleaser/goreleaser-action@e24998b8b67b290c2fa8b7c14fcfa7de2c5c9b8c # v7.1.0
258258
with:
259-
version: v2.1.0
259+
version: v2.16.0
260260
args: build --snapshot --clean --timeout 90m ${{ steps.goreleaser_id.outputs.id }}
261261

262262
# This job intentionally runs on all PRs (not scoped to .github/ path changes)

goreleaser-canary.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ builds:
2525

2626
archives:
2727
-
28-
format: tar.gz
28+
formats: [tar.gz]
2929
name_template: >-
3030
{{ .ProjectName }}_{{ .Version }}_
3131
{{- if eq .Os "darwin" }}macOS
@@ -39,4 +39,4 @@ archives:
3939
- contrib/*.tpl
4040
format_overrides:
4141
- goos: windows
42-
format: zip
42+
formats: [zip]

goreleaser.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ nfpms:
113113

114114
archives:
115115
- id: archive
116-
format: tar.gz
116+
formats: [tar.gz]
117117
name_template: >-
118118
{{ .ProjectName }}_{{ .Version }}_
119119
{{- if eq .Os "darwin" }}macOS
@@ -135,7 +135,7 @@ archives:
135135
- contrib/*.tpl
136136
format_overrides:
137137
- goos: windows
138-
format: zip
138+
formats: [zip]
139139

140140

141141
dockers:
@@ -280,8 +280,6 @@ docker_manifests:
280280

281281
signs:
282282
- cmd: cosign
283-
env:
284-
- COSIGN_EXPERIMENTAL=1
285283
signature: "${artifact}.sigstore.json"
286284
args:
287285
- "sign-blob"
@@ -293,8 +291,6 @@ signs:
293291

294292
docker_signs:
295293
- cmd: cosign
296-
env:
297-
- COSIGN_EXPERIMENTAL=1
298294
artifacts: manifests
299295
output: true
300296
args:

0 commit comments

Comments
 (0)