🌱 Migrate from deprecated golang/mock to go.uber.org/mock #1282
🌱 Migrate from deprecated golang/mock to go.uber.org/mock #1282MaxRink wants to merge 1 commit intometal3-io:mainfrom
Conversation
|
Hi @MaxRink. Thanks for your PR. I'm waiting for a metal3-io 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. |
|
/ok-to-test |
The github.com/golang/mock package is deprecated and archived. Migrate to the actively maintained go.uber.org/mock fork. Changes: - Update go.mod to use go.uber.org/mock v0.6.0 - Update hack/tools/go.mod and tools.go for mockgen - Update Makefile mockgen build target - Regenerate all mock files with new mockgen - Update controller test imports Signed-off-by: Maximilian Rink <maximilian.rink@telekom.de>
50616ee to
1744b75
Compare
|
/test metal3-centos-e2e-integration-test-main metal3-ubuntu-e2e-integration-test-main |
tuminoid
left a comment
There was a problem hiding this comment.
This is follow-up to metal3-io/cluster-api-provider-metal3#3109 which was merged in CAPM3.
/approve
Thanks for the contribution!
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tuminoid The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
|
PR needs rebase. 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. |
|
@MaxRink This looks good! Thank you for the contribution. Please rebase and I will LGTM :) |
The github.com/golang/mock package is deprecated and archived. Migrate to the actively maintained go.uber.org/mock fork.
Changes:
Checklist: