Skip to content

Commit b5fee99

Browse files
authored
docs(install): remove outdated info on source install (#3039)
1 parent 1660b27 commit b5fee99

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/src/docs/usage/install/index.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,7 @@ Note: such `go install`/`go get` installation aren't guaranteed to work. We reco
107107
<div style="margin-top: 2em;">
108108

109109
```sh
110-
# Go 1.16+
111110
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}
115111
```
116112

117113
</div>

0 commit comments

Comments
 (0)