docs(install): remove outdated info on source install (#3039)

This commit is contained in:
Ville Skyttä 2022-08-01 17:49:32 +03:00 committed by GitHub
parent 1660b2746a
commit b5fee9924f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,11 +107,7 @@ Note: such `go install`/`go get` installation aren't guaranteed to work. We reco
<div style="margin-top: 2em;">
```sh
# Go 1.16+
go install github.com/golangci/golangci-lint/cmd/golangci-lint@{.LatestVersion}
# Go version < 1.16
go get -u github.com/golangci/golangci-lint/cmd/golangci-lint@{.LatestVersion}
```
</div>