Skip to content

Commit

Permalink
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 <duthils@duthils.net>
  • Loading branch information
duthils committed Aug 24, 2024
1 parent 74db280 commit 44686ad
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
Expand Up @@ -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:
Expand Down

0 comments on commit 44686ad

Please sign in to comment.