Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: stop forcing golang/mock to upgrade for make test (#2448)
<!-- Provide summary of changes --> Right now when we are doing `make test` we always automatically upgrade `golang/mock` to the latest. This will break our CI if `golang/mock` introduces any breaking change to our tests. This PR fixes this issue. <!-- Issue number, if available. E.g. "Fixes #31", "Addresses #42, 77" --> By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
- Loading branch information