From 2874ea4258989534eb132aa62c8e62a05a24faf0 Mon Sep 17 00:00:00 2001 From: Isabella do Amaral Date: Thu, 19 Sep 2024 16:48:58 -0300 Subject: [PATCH] update golangci-lint Signed-off-by: Isabella do Amaral --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3d5e1b39..3081c1d0 100644 --- a/Makefile +++ b/Makefile @@ -118,7 +118,7 @@ bin/protoc-gen-go-grpc: GOLANGCI_LINT ?= ${PROJECT_BIN}/golangci-lint bin/golangci-lint: - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(PROJECT_BIN) v1.59.1 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(PROJECT_BIN) v1.61.0 GOVERTER ?= ${PROJECT_BIN}/goverter bin/goverter: