Skip to content

Commit

Permalink
Fix goreleaser deprecations (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo authored Jan 23, 2025
1 parent ee93c84 commit eaa4d94
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,13 @@ docker_manifests:
- 'ghcr.io/sethvargo/ratchet:latest-arm64'

archives:
- format: 'tar.gz'
- formats:
- 'tar.gz'
name_template: 'ratchet_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
format_overrides:
- goos: 'windows'
format: 'zip'
formats:
- 'zip'

checksum:
name_template: 'ratchet_{{ .Version }}_SHA512SUMS'
Expand Down

0 comments on commit eaa4d94

Please sign in to comment.