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

Commit a5953ef

Browse files
authored
fix README go get version
1 parent c234374 commit a5953ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Once you have [installed Go][golang-install], install the `mockgen` tool.
1313
To get the latest released version use:
1414

1515
```bash
16-
GO111MODULE=on go get github.com/golang/mock/mockgen@1.4.3
16+
GO111MODULE=on go get github.com/golang/mock/mockgen@v1.4.3
1717
```
1818

1919
If you use `mockgen` in your CI pipeline, it may be more appropriate to fixate

0 commit comments

Comments
 (0)