Skip to content

Commit

Permalink
chore: add version field to goreleaser config
Browse files Browse the repository at this point in the history
Otherwise goreleaser issues a warning during build.

Signed-off-by: Michael Adler <[email protected]>
  • Loading branch information
michaeladler committed Jul 9, 2024
1 parent 25f4dd3 commit b83848e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
---
project_name: wfx

version: 2

before:
hooks:
- go mod download
Expand Down

0 comments on commit b83848e

Please sign in to comment.