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
111111Go source installations are supported for the two most recent Go releases.
112112
113113``` 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
115115```
116116
117117## 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}}
111111Go source installations are supported for the two most recent Go releases.
112112
113113``` 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}}
115115```
116116
117117## Trusted By
You can’t perform that action at this time.
0 commit comments