Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: fix goreleaser deprecation warning (#2172)
Before: ```console % goreleaser check • checking path=.goreleaser.yml • DEPRECATED: archives.format should not be used anymore, check https://goreleaser.com/deprecations#archivesformat for more info • .goreleaser.yml error=configuration is valid, but uses deprecated properties ⨯ command failed error=1 out of 1 configuration file(s) have issues ``` After: ```console % goreleaser check • checking path=.goreleaser.yml • 1 configuration file(s) validated • thanks for using GoReleaser! ```
- Loading branch information