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

Fix README.md for v1.6.0 #576

Merged
merged 2 commits into from
Jun 17, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ To get the latest released version use:
### Go version < 1.16

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

### Go 1.16+

```bash
go install github.com/golang/mock/mockgen@v1.5.0
go install github.com/golang/mock/mockgen@v1.6.0
```

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