From e3ba99f4bbe0c0e4dc60dde23a699a5ee472e8d0 Mon Sep 17 00:00:00 2001 From: pjuarezd Date: Wed, 8 Nov 2023 11:25:14 -0800 Subject: [PATCH] match golanci-lint version with the one in Makefile Signed-off-by: pjuarezd --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 29ca9425546..549169b24e5 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -35,4 +35,4 @@ issues: - deadcode service: - golangci-lint-version: 1.49.0 # use the fixed version to not introduce new linters unexpectedly + golangci-lint-version: 1.51.2 # use the fixed version to not introduce new linters unexpectedly