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

Commit

Permalink
fix README go get version
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss authored Jul 20, 2020
1 parent c234374 commit a5953ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Once you have [installed Go][golang-install], install the `mockgen` tool.
To get the latest released version use:

```bash
GO111MODULE=on go get github.com/golang/mock/mockgen@1.4.3
GO111MODULE=on go get github.com/golang/mock/mockgen@v1.4.3
```

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

0 comments on commit a5953ef

Please # to comment.