You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments