From e6081688096ca2b8c5d60b5538889f11b56b8793 Mon Sep 17 00:00:00 2001 From: Aleksey Bakin Date: Sat, 27 May 2023 18:06:13 +0300 Subject: [PATCH] docs: update supported Go versions FAQ (#3852) --- docs/src/docs/usage/faq.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/src/docs/usage/faq.mdx b/docs/src/docs/usage/faq.mdx index 972ddb30..35ca3bda 100644 --- a/docs/src/docs/usage/faq.mdx +++ b/docs/src/docs/usage/faq.mdx @@ -22,8 +22,6 @@ 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, with some [limitations](https://github.com/golangci/golangci-lint/issues/2649), since golangci-lint v1.45.0. - ## `golangci-lint` doesn't work 1. Please, ensure you are using the latest binary release.