Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 32e424a

Browse files
authored
add note on keeping mockgen in sync /w lib version
Fixes: #613
1 parent 3d14d67 commit 32e424a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ go install github.com/golang/mock/[email protected]
2828
```
2929

3030
If you use `mockgen` in your CI pipeline, it may be more appropriate to fixate
31-
on a specific mockgen version.
31+
on a specific mockgen version. You should try to keep the library in sync with
32+
the version of mockgen used to generate your mocks.
3233

3334
## Running mockgen
3435

0 commit comments

Comments
 (0)