From a6fb4e2a68ce17483a5f62273595b8bf2cb6a9d5 Mon Sep 17 00:00:00 2001 From: Peng Tao Date: Wed, 26 Oct 2022 10:41:24 +0800 Subject: [PATCH] versions: bump golangci-lint version There is little point to maintain backward compatiblity for golangci-lint. Let's just use a unified version of it. Fixes: #5512 Signed-off-by: Peng Tao --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index fdc48d84e3..cf9c823008 100644 --- a/versions.yaml +++ b/versions.yaml @@ -324,7 +324,7 @@ languages: golangci-lint: description: "golangci-lint" notes: "'version' is the default minimum version used by this project." - version: "1.41.1" + version: "1.46.2" meta: description: | 'newest-version' is the latest version known to work when