Commit 0566d46
fix(release): bump cosign v2.4.1 → v2.6.3 so goreleaser-action can verify its download bundle (#31)
The v0.3.0 release run (27300066093) failed before goreleaser even
started: goreleaser-action verifies the downloaded goreleaser binary
against checksums.txt.sigstore.json, and cosign v2.4.1 cannot read the
new-style protobuf sigstore bundle goreleaser v2.16.0 publishes
('bundle does not contain cert for verification, please provide public
key'). v2.6.3 (latest v2 line) reads the new bundle format while
keeping our signs: invocation (sign-blob --output-signature
--output-certificate --yes) contract-identical.
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent 9008a29 commit 0566d46
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
57 | 65 | | |
58 | 66 | | |
59 | 67 | | |
| |||
0 commit comments