Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release: do not restrict checksums
Browse files Browse the repository at this point in the history
Why:

* goreleaser will automatically include all relevant checksums in the checksum
  file

Signed-off-by: Sebastien Duthil <[email protected]>
duthils committed Oct 9, 2024
1 parent 365d924 commit 92ee1d7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -133,10 +133,6 @@ archives:
checksum:
name_template: "{{ .ProjectName }}-v{{ .Version }}.checksums.txt"
algorithm: sha256
ids:
- archive-unix
- archive-windows
- archive-darwin-universal

# xref: https://goreleaser.com/customization/sbom/
sboms:

0 comments on commit 92ee1d7

Please sign in to comment.