Skip to content

Commit

Permalink
goreleaser: replace deprecated usage
Browse files Browse the repository at this point in the history
  • Loading branch information
muraty committed Feb 4, 2025
1 parent fe9d745 commit 42e6267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ builds:
goarch:
- amd64
archives:
- format: tar.gz
- formats: [tar.gz]
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
checksum:
name_template: 'checksums.txt'
Expand Down

0 comments on commit 42e6267

Please sign in to comment.