Skip to content

Commit f13612b

Browse files
committed
doc: address pr comment
1 parent 65981c2 commit f13612b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:v1.24.0 golangci-l
111111
Go 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

README.tmpl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:{{.LatestVersion}}
111111
Go 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

0 commit comments

Comments
 (0)