Skip to content

Commit

Permalink
Fix goreleaser deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Jan 29, 2025
1 parent bd51327 commit c1a2ca2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

before:
hooks:
- 'go mod tidy'
Expand Down Expand Up @@ -107,11 +109,13 @@ docker_manifests:
- 'us-docker.pkg.dev/berglas/berglas/berglas:latest-arm64'

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

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

0 comments on commit c1a2ca2

Please sign in to comment.