Skip to content

Commit 562f971

Browse files
committed
fix: Revert to cosign v2.6.1 for release signing
1 parent bc055df commit 562f971

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.config/goreleaser.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,11 +281,10 @@ scoops:
281281
signs:
282282
- cmd: cosign
283283
stdin: '{{ .Env.COSIGN_PWD }}'
284-
signature: ${artifact}.sigstore.json
285284
args:
286285
- sign-blob
287286
- --key=assets/cosign/cosign.key
288-
- --bundle=${signature}
287+
- --output-signature=${signature}
289288
- --yes
290289
- ${artifact}
291290
artifacts: checksum

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616
env:
1717
AGE_VERSION: 1.3.1 # https://github.com/FiloSottile/age/releases
1818
CHOCOLATEY_VERSION: 2.6.0 # https://github.com/chocolatey/choco/releases
19-
COSIGN_VERSION: 3.0.3 # https://github.com/sigstore/cosign/releases
19+
COSIGN_VERSION: 2.6.1 # https://github.com/sigstore/cosign/releases
2020
GO_VERSION: 1.25.5 # https://go.dev/doc/devel/release
2121
GOLANGCI_LINT_VERSION: 2.7.2 # https://github.com/golangci/golangci-lint/releases
2222
GORELEASER_VERSION: 2.13.2 # https://github.com/goreleaser/goreleaser/releases

0 commit comments

Comments
 (0)