-
Notifications
You must be signed in to change notification settings - Fork 183
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 golang to 1.22.7 #677
Conversation
Pending dependency changes require golang 1.22.7. Upgrading to allow those dependencies to go through.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cheftako The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
/assign @elmiko |
@@ -1,6 +1,6 @@ | |||
module sigs.k8s.io/apiserver-network-proxy | |||
|
|||
go 1.22.5 | |||
go 1.22.7 |
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.
This file lost a "toolchain" directive fairly recently, should we restore it?
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.
I'd like to get it back here and in the matching test-infra repo. However right now I'd like to unblock dependabot.
/lgtm Hold for the toolchain question. Feel free to punt. |
/unhold |
Pending dependency changes require golang 1.22.7.
Upgrading to allow those dependencies to go through.