From 7b92af15dff6e46bb074e0f2ec49f5a971bb2cdb Mon Sep 17 00:00:00 2001 From: descholar-ceo Date: Thu, 13 Aug 2026 23:01:09 +0200 Subject: [PATCH] fix: restore checksum.algorithm orphaned by sboms block insertion --- .goreleaser.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 31535d5..3834983 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -44,13 +44,13 @@ archives: checksum: name_template: "checksums.txt" + algorithm: sha256 # One SPDX SBOM per released archive (generated with syft, which the # release workflow installs). Lands next to the archives on the release # page so consumers can audit exactly what each binary contains. sboms: - artifacts: archive - algorithm: sha256 snapshot: version_template: "{{ incpatch .Version }}-next"