From b27af3d4a2697518a1db1a1d09a793219c17f0b9 Mon Sep 17 00:00:00 2001 From: Victor Lyuboslavsky Date: Thu, 17 Oct 2024 14:12:00 -0500 Subject: [PATCH] Updating golangci-lint version (docs) (#22986) --- docs/Contributing/Testing-and-local-development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Contributing/Testing-and-local-development.md b/docs/Contributing/Testing-and-local-development.md index 45c5a93fe0..25a86c4fb6 100644 --- a/docs/Contributing/Testing-and-local-development.md +++ b/docs/Contributing/Testing-and-local-development.md @@ -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: