Skip to content

Commit

Permalink
docs(install): remove outdated info on source install (golangci#3039)
Browse files Browse the repository at this point in the history
  • Loading branch information
scop authored and SeigeC committed Apr 4, 2023
1 parent 706d5ee commit f00a184
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/src/docs/usage/install/index.mdx
Expand Up @@ -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>
Expand Down

0 comments on commit f00a184

Please sign in to comment.