From 66aa330d0df2a9a0dab52de5f193a1a057a168e4 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. Depends-on: github.com/kata-containers/tests#5257 Signed-off-by: Fabiano FidĂȘncio --- versions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versions.yaml b/versions.yaml index 137385b85f..ba6c91a154 100644 --- a/versions.yaml +++ b/versions.yaml @@ -321,12 +321,12 @@ languages: golangci-lint: description: "golangci-lint" notes: "'version' is the default minimum version used by this project." - version: "1.46.2" + 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"