We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1660b27 commit b5fee99Copy full SHA for b5fee99
docs/src/docs/usage/install/index.mdx
@@ -107,11 +107,7 @@ Note: such `go install`/`go get` installation aren't guaranteed to work. We reco
107
<div style="margin-top: 2em;">
108
109
```sh
110
-# Go 1.16+
111
go install github.com/golangci/golangci-lint/cmd/golangci-lint@{.LatestVersion}
112
-
113
-# Go version < 1.16
114
-go get -u github.com/golangci/golangci-lint/cmd/golangci-lint@{.LatestVersion}
115
```
116
117
</div>
0 commit comments