doc: address pr comment
This commit is contained in:
parent
65981c2a0b
commit
f13612b04c
@ -111,7 +111,7 @@ docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:v1.24.0 golangci-l
|
|||||||
Go source installations are supported for the two most recent Go releases.
|
Go source installations are supported for the two most recent Go releases.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint
|
GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.24.0
|
||||||
```
|
```
|
||||||
|
|
||||||
## Trusted By
|
## Trusted By
|
||||||
|
@ -111,7 +111,7 @@ docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:{{.LatestVersion}}
|
|||||||
Go source installations are supported for the two most recent Go releases.
|
Go source installations are supported for the two most recent Go releases.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint
|
GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@{{.LatestVersion}}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Trusted By
|
## Trusted By
|
||||||
|
Loading…
x
Reference in New Issue
Block a user