Skip to content

Commit

Permalink
Fix: README.md for v1.6.0 (golang#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanposhiho authored Jun 17, 2021
1 parent b96f175 commit 91dfb59
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 91dfb59

Please sign in to comment.