-
Notifications
You must be signed in to change notification settings - Fork 124
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
fix(release): update goreleaser to 2.2.0 #550
Conversation
Signed-off-by: Aled James <[email protected]>
Following Go Releaser v2 Upgrade GuideCheck for deprecations with
|
Signed-off-by: Aled James <[email protected]>
Signed-off-by: Aled James <[email protected]>
brews: | ||
- name: pluto | ||
goarm: 6 | ||
repository: | ||
owner: FairwindsOps | ||
name: homebrew-tap | ||
folder: Formula | ||
directory: Formula |
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.
steps: | ||
- checkout | ||
- setup_remote_docker | ||
- run: goreleaser --snapshot --skip-sign | ||
- run: goreleaser --snapshot --skip=sign |
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.
@@ -1,8 +1,6 @@ | |||
module github.com/fairwindsops/pluto/v5 | |||
|
|||
go 1.22.0 | |||
|
|||
toolchain go1.22.4 |
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.
toolchain
removed by go get -u
@@ -1,8 +1,6 @@ | |||
module github.com/fairwindsops/pluto/v5 | |||
|
|||
go 1.22.0 | |||
|
|||
toolchain go1.22.4 |
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.
toolchain
removed by go get -u
This PR fixes #549
Checklist
Description
What's the goal of this PR?
Upgrade the version of Goreleaser following the upgrade guide
What changes did you make?
v1.22
.goreleaser.yml
to use new v2 syntaxWhat alternative solution should we consider, if any?
Remaining on deprecated version