Commit 3c238b5
authored
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.1 parent bfcea07 commit 3c238b5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
132 | 131 | | |
133 | 132 | | |
134 | 133 | | |
| |||
140 | 139 | | |
141 | 140 | | |
142 | 141 | | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
0 commit comments