From 57a39b19d5827097f55a35ea695a9189d1b0ccea Mon Sep 17 00:00:00 2001 From: Abhishek Sahu Date: Tue, 11 Feb 2025 17:38:27 +0530 Subject: [PATCH] Update golangci-lint to 1.56.1 (#22134) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b8b72d5de198..1d27b3d5feb4 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ GO_MODULES := $(shell find . -name go.mod -exec dirname {} \; | grep -v "proto-g # These version variables can either be a valid string for "go install @" # or the string @DEV to imply use what is currently installed locally. ### -GOLANGCI_LINT_VERSION='v1.55.2' +GOLANGCI_LINT_VERSION='v1.56.1' MOCKERY_VERSION='v2.41.0' BUF_VERSION='v1.26.0'