From 2c757fac4f414b28d0c16df5be4a991071146ce8 Mon Sep 17 00:00:00 2001 From: DanStough Date: Tue, 14 Feb 2023 17:55:24 -0500 Subject: [PATCH] update golangci-lint --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index f1cebb689553..05fd74899613 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -7,7 +7,7 @@ SHELL = bash # 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.50.1' +GOLANGCI_LINT_VERSION='v1.51.1' MOCKERY_VERSION='v2.15.0' BUF_VERSION='v1.4.0' PROTOC_GEN_GO_GRPC_VERSION="v1.2.0"