-
Notifications
You must be signed in to change notification settings - Fork 81
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
feat(upgrade): upgrade wharfie Go dep to v0.6.8 (backport #890) #893
Conversation
Cherry-pick of 03b3616 has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
@bk201 this failed, because the Wharfie bump requires bumping the Go version to 1.22. Should I create a new PR that does this? I'm not sure what are the policies around bumping Go's version. |
Signed-off-by: Guilherme Macedo <[email protected]>
a6974f5
to
6cffeca
Compare
@bk201 I had to bump the Go version to 1.22, due to the same version being used in Wharfie. PTAL. |
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.
Thank you!
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.
Thanks!
Problem:
Relates to #887, but now bump Wharfie's Go dependency version to v0.6.8. Other updates are due consequences of
go mod tidy
andgo mod vendor
.Solution:
Related Issue:
Test plan:
This is an automatic backport of pull request #890 done by [Mergify](https://mergify.com).