mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
doc: address pr comment
This commit is contained in:
parent
65981c2a0b
commit
f13612b04c
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
```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
|
||||
|
|
|
@ -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.
|
||||
|
||||
```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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue