-
Notifications
You must be signed in to change notification settings - Fork 834
Update workflows to use the latest image with go 1.24.0 #6637
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 workflows to use the latest image with go 1.24.0 #6637
Conversation
3f6f74e
to
a809e59
Compare
Hey @yeya24, any idea why this ci/lint job is failing? |
You probably also need to dump golangcilint to a version which supports 1.24 |
9e7e552
to
2416ded
Compare
27e196b
to
8460370
Compare
Thanks! Here is the PR for that upgrade. |
8460370
to
8977126
Compare
yes, update go.mod go version. Don't see why not. Thanks! |
b526110
to
f76e5bc
Compare
bcae9f6
to
b7a7f4b
Compare
b7a7f4b
to
0bdbfd2
Compare
Signed-off-by: dankrzeminski32 <[email protected]>
30b861f
to
ac6dbac
Compare
Signed-off-by: dankrzeminski32 <[email protected]>
Signed-off-by: dankrzeminski32 <[email protected]>
8c1d6a1
to
7832382
Compare
Hello @yeya24 @friedrichg, this is ready for review whenever you get the chance. |
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!
This PR replaces all references of the older build image with the new build image that is now on go 1.24.0.
I wasn't sure if the version in
go.mod
needs to be updated from 1.23.0 to 1.24.0, hopefully a maintainer can chime in and let me know.master-8508125da
is the image that I found in these logs, per the documentation.Fixes #6636
Regarding all the changes to
httpgrpc.ErrorF
calls, please see the section on vet in the 1.24 release notes.