mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-07-29 23:49:08 -04:00
docs(install): remove outdated info on source install (#3039)
This commit is contained in:
parent
1660b2746a
commit
b5fee9924f
1 changed files with 0 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue