Skip to content

Commit 75f4396

Browse files
authored
docs: improve FAQ about Go versions (#5046)
1 parent 46db787 commit 75f4396

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/src/docs/welcome/faq.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ title: FAQ
66

77
The same as the Go team (the 2 latest minor versions).
88

9+
Basically, golangci-lint supports Go versions lower or equal to the Go version used to compile it.
10+
11+
New versions of Go are not automatically supported because, in addition of the Go version used to build it,
12+
some linters and/or internal pieces of golangci-lint could need to be adapted to support this new Go version.
13+
914
## How to use `golangci-lint` in CI
1015

1116
Run `golangci-lint` in CI and check the exit code. If it's non-zero - fail the build.

0 commit comments

Comments
 (0)