-
Notifications
You must be signed in to change notification settings - Fork 599
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
update to goreleaser v2 #21538
base: dev
Are you sure you want to change the base?
update to goreleaser v2 #21538
Conversation
2c560a9
to
fc4dc3d
Compare
goreleaser v2 check is green, ready for review |
.github/workflows/lint-golang.yml
Outdated
with: | ||
version: v1.24.0 | ||
args: check src/go/.goreleaser.yaml | ||
distribution: goreleaser-pro |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's moderately interesting that config check operation running with goreleaser pro binary is running fine without GORELEASER_KEY
!
We should touchbase on Monday to confirm we want to roll with goreleaser v2 for everything, right now. |
converting this PR to draft mode to merge this change in later after the dust settles. there already exists a PR to downgrade connect to use goreleaser v1: redpanda-data/connect#2727 |
d7f4911
to
9b6314a
Compare
9b6314a
to
8d1fc85
Compare
@andrewhsu opened https://github.com/redpanda-data/vtools/pull/3262 to have changes to |
8d1fc85
to
4e46d98
Compare
1e5c571
to
719ec20
Compare
Pull request was converted to draft
Because it does not exist anymore.
Because dist dir will be cleaned by goreleaser. Addresses error: ``` error=dist is not empty, remove it before running goreleaser or use the --clean flag ```
719ec20
to
b11be85
Compare
jira: DEVPROD-1690
goreleaser has deprecated v1 config format and there has not been updates to that major ver since may. this PR updates goreleaser config file to the latest v2 format.
and update goreleaser-action to check the v2 format of the config file
also, cleanup commits for
CODEOWNERS
Backports Required
Release Notes