Skip to content

Commit

Permalink
doc: address pr comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kortschak committed Apr 22, 2020
1 parent 65981c2 commit f13612b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.tmpl.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f13612b

Please sign in to comment.