We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46db787 commit 75f4396Copy full SHA for 75f4396
docs/src/docs/welcome/faq.mdx
@@ -6,6 +6,11 @@ title: FAQ
6
7
The same as the Go team (the 2 latest minor versions).
8
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
14
## How to use `golangci-lint` in CI
15
16
Run `golangci-lint` in CI and check the exit code. If it's non-zero - fail the build.
0 commit comments