From 368e5438f737dd5aad7955ba921ecbd084a88596 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic <ldez@users.noreply.github.com> Date: Wed, 30 Mar 2022 20:15:30 +0200 Subject: [PATCH 1/2] docs: update FAQ page. --- docs/src/docs/usage/faq.mdx | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/docs/src/docs/usage/faq.mdx b/docs/src/docs/usage/faq.mdx index 248f3a33f95f..2f49224ebac7 100644 --- a/docs/src/docs/usage/faq.mdx +++ b/docs/src/docs/usage/faq.mdx @@ -18,17 +18,11 @@ Run `golangci-lint` in CI and check the exit code. If it's non-zero - fail the b See [how to properly install `golangci-lint` in CI](/usage/install#ci-installation) -## Which go versions are supported +## Which Go versions are supported -Short answer: Go 1.12 and newer are officially supported. +The same as the Go team (the 2 last minor versions) -Long answer: - -1. go < 1.9 isn't supported -2. go1.9 is officially supported by golangci-lint <= v1.10.2 -3. go1.10 is officially supported by golangci-lint <= 1.15.0. -4. go1.11 is officially supported by golangci-lint <= 1.17.1. -5. go1.12+ are officially supported by the latest version of golangci-lint (>= 1.18.0). +go1.18+ is officially supported since golangci-lint v1.45.0. ## `golangci-lint` doesn't work From 3c3d450c93115a7260d0d88a876e6ff0fb3a343f Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic <ldez@users.noreply.github.com> Date: Thu, 31 Mar 2022 12:10:38 +0200 Subject: [PATCH 2/2] docs: add link to the issue --- docs/src/docs/usage/faq.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docs/usage/faq.mdx b/docs/src/docs/usage/faq.mdx index 2f49224ebac7..f374d706fee7 100644 --- a/docs/src/docs/usage/faq.mdx +++ b/docs/src/docs/usage/faq.mdx @@ -22,7 +22,7 @@ See [how to properly install `golangci-lint` in CI](/usage/install#ci-installati The same as the Go team (the 2 last minor versions) -go1.18+ is officially supported since golangci-lint v1.45.0. +go1.18+ is officially supported, with some [limitations](https://github.com/golangci/golangci-lint/issues/2649), since golangci-lint v1.45.0. ## `golangci-lint` doesn't work