Updating golangci-lint version (docs) (#22986)

This commit is contained in:
Victor Lyuboslavsky 2024-10-17 14:12:00 -05:00 committed by GitHub
parent fa6270d697
commit b27af3d4a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -70,7 +70,7 @@ Check out [`/tools/osquery` directory instructions](https://github.com/fleetdm/f
You must install the [`golangci-lint`](https://golangci-lint.run/) command to run `make test[-go]` or `make lint[-go]`, using:
```sh
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.2
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.61.0
```
Make sure it is available in your `PATH`. To execute the basic unit and integration tests, run the following from the root of the repository: