Skip to content

Commit 9f57888

Browse files
Update goreleaser config to include version
GoReleaser 2.8.2 gave 'error only version: 2 configuration files are supported, yours is version: 0, please update your configuration' unless the version was explicitly specified in the YAML file. (#213)
1 parent 71ad368 commit 9f57888

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Visit https://goreleaser.com for documentation on how to customize this
22
# behavior.
3+
version: 2
34
before:
45
hooks:
56
# this is just an example and not a requirement for provider building/publishing

0 commit comments

Comments
 (0)