Skip to content

Commit 4fe2e59

Browse files
authored
docs: add the command to check the Go version used to build (#5913)
1 parent fb86fc8 commit 4fe2e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/docs/welcome/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If there are `typecheck` errors, golangci-lint will not be able to produce other
4444

4545
How to troubleshoot:
4646

47-
- [ ] Ensure the version of golangci-lint is built with a compatible version of Go.
47+
- [ ] Ensure the version of golangci-lint is built with a compatible version of Go (`golangci-lint version`).
4848
- [ ] Ensure dependencies are up to date with `go mod tidy`.
4949
- [ ] Ensure building works with `go run ./...`/`go build ./...` - whole package.
5050
- [ ] Ensure you are not running an analysis on code that depends on files/packages outside the scope of the analyzed elements.

0 commit comments

Comments
 (0)