docs: update golangci-lint version in README example

This commit is contained in:
Denis Isaev 2019-04-20 13:23:17 +03:00
parent 127f89f072
commit eed661be57
No known key found for this signature in database
GPG Key ID: A36A0EC8E27A1A01
2 changed files with 4 additions and 2 deletions

View File

@ -97,8 +97,9 @@ go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
``` ```
With `go1.11` or later you can get a particular version With `go1.11` or later you can get a particular version
```bash ```bash
GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.14.1 GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.16.0
``` ```
#### MacOS #### MacOS

View File

@ -97,8 +97,9 @@ go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
``` ```
With `go1.11` or later you can get a particular version With `go1.11` or later you can get a particular version
```bash ```bash
GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.14.1 GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.16.0
``` ```
#### MacOS #### MacOS