-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deps: update goreleaser/goreleaser-action action to v6 #802
deps: update goreleaser/goreleaser-action action to v6 #802
Conversation
Fixed the warning. ```console $ goreleaser check • only configurations files on version: 2 are supported, yours is version: 0 , please update your configuration • checking path=.goreleaser.yml e • 1 configuration file(s) validated • thanks for using goreleaser! ```
Thanks for the PR! We are currently still using goreleaser v1 in our CI: https://github.com/hetznercloud/cli/actions/runs/9780256036/job/27029282526#step:7:13 There is a PR open to update to v2 and v6 of the action: #772. It was still missing the required changes to the configuration, like this one. If you want, you can merge the changes from #772 and apply the other migration steps in this PR :) |
version: 2
version: 2
Oh, I see.
I misunderstood that v2 is used because the version is cli/.github/workflows/release.yml Line 38 in 701cceb
|
I added a commit to update goreleaser-action to v6. c02e026 |
version: 2
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #802 +/- ##
==========================================
- Coverage 59.75% 59.54% -0.21%
==========================================
Files 210 210
Lines 7598 7651 +53
==========================================
+ Hits 4540 4556 +16
- Misses 2419 2453 +34
- Partials 639 642 +3 ☔ View full report in Codecov by Sentry. |
Awesome! Thanks for the PR. |
Fixed the warning.
https://goreleaser.com/blog/goreleaser-v2/?h=v2#upgrading
Test