From b5661e9882e4156a8a51d75b827036158d15f546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 16 Nov 2022 17:10:23 +0100 Subject: [PATCH] versions: Update golangci-lint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let's bump the golangci-lint in order to fix issues that popped up after updating Golang to its 1.19.2 version. Signed-off-by: Fabiano FidĂȘncio (cherry picked from commit 66aa330d0df2a9a0dab52de5f193a1a057a168e4) --- versions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versions.yaml b/versions.yaml index 7a4ff639f..370f54561 100644 --- a/versions.yaml +++ b/versions.yaml @@ -312,12 +312,12 @@ languages: golangci-lint: description: "golangci-lint" notes: "'version' is the default minimum version used by this project." - version: "1.41.1" + version: "1.50.1" meta: description: | 'newest-version' is the latest version known to work when building Kata - newest-version: "1.46.2" + newest-version: "1.50.1" specs: description: "Details of important specifications"