Skip to content

Commit

Permalink
Declare GoReleaser config version to suppress warning (#204)
Browse files Browse the repository at this point in the history
GoReleaser v2 introduced in #201 now complains about missing
configuration version, so make it happy by adding it.
  • Loading branch information
sairon authored Jun 25, 2024
1 parent ce537b7 commit 1ea03f7
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
@@ -1,3 +1,5 @@
version: 2

project_name: os-agent
before:
hooks:
Expand Down

0 comments on commit 1ea03f7

Please sign in to comment.