File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:v1.24.0 golangci-l
111
111
Go source installations are supported for the two most recent Go releases.
112
112
113
113
``` bash
114
- GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint
114
+ GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.24.0
115
115
```
116
116
117
117
## Trusted By
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:{{.LatestVersion}}
111
111
Go source installations are supported for the two most recent Go releases.
112
112
113
113
``` bash
114
- GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint
114
+ GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@{{.LatestVersion}}
115
115
```
116
116
117
117
## Trusted By
You can’t perform that action at this time.
0 commit comments