Update dependencies and fix go.sum#1663
Conversation
Change summary: 1) Address issue 1659: Invalid golang.org/x/net checksum and kubernetes version. go.sum was regenerated with `go mod tidy`, vendored dependencies where updated with `go mod vendor` 2) Upgrade k8s modules to 33.2, and clean go.mod replace directive 3) Update mock_k3s_client.go using update-gomock script output
|
Hi @anthotse. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: anthotse The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/ok-to-test |
|
/retest |
|
/retest |
1 similar comment
|
/retest |
|
/lgtm |
Change summary:
version. go.sum was regenerated with go mod tidy, vendored
dependencies where updated with go mod vendor
Is this a bug fix or adding new feature?
Upgrade dependencies + fix for #1659
What is this PR about? / Why do we need it?
What testing is done?