Skip to content

Commit

Permalink
Fix deprecation warnings from goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
kunickiaj committed Jul 17, 2021
1 parent 4e5bcf2 commit db3bef4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dockers:
-
goos: linux
goarch: amd64
binaries:
ids:
- beer
image_templates:
- 'ghcr.io/kunickiaj/beer:{{ .Tag }}'
Expand Down Expand Up @@ -53,6 +53,9 @@ brews:

test: |
system "#{bin}/beer --help"
install: |
bin.install "beer"
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit db3bef4

Please sign in to comment.