mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Updating golangci-lint version (docs) (#22986)
This commit is contained in:
parent
fa6270d697
commit
b27af3d4a2
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue