Skip to content

Commit

Permalink
label our goreleaser config as version 2 compliant
Browse files Browse the repository at this point in the history
Addressing:
  • only configurations files on  version: 2  are supported, yours is  version: 0 , please update your configuration
  • Loading branch information
isimluk committed Oct 3, 2024
1 parent 13d2b41 commit ed9df22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# # you may remove this if you don't need go generate
# - go generate ./...

version: 2
builds:
- env:
- CGO_ENABLED=0
Expand Down

0 comments on commit ed9df22

Please sign in to comment.