-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
goreleaser: switch to v2 config & GH Action
Handle deprecated configuration settings, updating per guidance in <https://goreleaser.com/deprecations/>. Add an internal `version:` field in the GoReleaser YAML, for v2. Switch the GitHub Action to @v6 which will use goreleaser v2, and make the version explicitly `"~> v2"`. Before, it said "latest" but that was implicitly bound by the action to be v1, leading to a little head-scratching.
- Loading branch information
1 parent
ca54fee
commit 5e4cc88
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters