diff --git a/.goreleaser.yml b/.goreleaser.yml index 84f5b96..53f23cd 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -30,7 +30,8 @@ builds: checksum: # You can change the name of the checksums file. # Default is `{{ .ProjectName }}_{{ .Version }}_checksums.txt`. - name_template: "{{ .ProjectName }}_{{ .Version }}_sha256-checksums.txt" + name_template: "{{ .ProjectName }}_{{ .Version }}_sha512-checksums.txt" + algorithm: sha512 archives: - format: tar.gz