From 299f3910ad5f77896efa0feafd226aa32235bbb5 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Fri, 4 Jul 2025 17:23:36 +0200 Subject: [PATCH] docs: add the command to check the Go version used to build --- docs/src/docs/welcome/faq.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docs/welcome/faq.mdx b/docs/src/docs/welcome/faq.mdx index 62109ac5afb7..381502a4615e 100644 --- a/docs/src/docs/welcome/faq.mdx +++ b/docs/src/docs/welcome/faq.mdx @@ -44,7 +44,7 @@ If there are `typecheck` errors, golangci-lint will not be able to produce other How to troubleshoot: -- [ ] Ensure the version of golangci-lint is built with a compatible version of Go. +- [ ] Ensure the version of golangci-lint is built with a compatible version of Go (`golangci-lint version`). - [ ] Ensure dependencies are up to date with `go mod tidy`. - [ ] Ensure building works with `go run ./...`/`go build ./...` - whole package. - [ ] Ensure you are not running an analysis on code that depends on files/packages outside the scope of the analyzed elements.