Skip to content

Commit 10f50c3

Browse files
authored
docs: update FAQ page. (#2705)
1 parent f3c9bd1 commit 10f50c3

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

Diff for: docs/src/docs/usage/faq.mdx

+3-9
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,11 @@ Run `golangci-lint` in CI and check the exit code. If it's non-zero - fail the b
1818

1919
See [how to properly install `golangci-lint` in CI](/usage/install#ci-installation)
2020

21-
## Which go versions are supported
21+
## Which Go versions are supported
2222

23-
Short answer: Go 1.12 and newer are officially supported.
23+
The same as the Go team (the 2 last minor versions)
2424

25-
Long answer:
26-
27-
1. go < 1.9 isn't supported
28-
2. go1.9 is officially supported by golangci-lint <= v1.10.2
29-
3. go1.10 is officially supported by golangci-lint <= 1.15.0.
30-
4. go1.11 is officially supported by golangci-lint <= 1.17.1.
31-
5. go1.12+ are officially supported by the latest version of golangci-lint (>= 1.18.0).
25+
go1.18+ is officially supported, with some [limitations](https://github.com/golangci/golangci-lint/issues/2649), since golangci-lint v1.45.0.
3226

3327
## `golangci-lint` doesn't work
3428

0 commit comments

Comments
 (0)