From a39133a13c4e91d60bc4b97f2c1492c0d25ee1f3 Mon Sep 17 00:00:00 2001 From: Jose Donizetti Date: Wed, 11 May 2022 16:58:48 -0300 Subject: [PATCH] chore: fix make lint version (#2102) Signed-off-by: Jose Donizetti --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 061a205c39..71c5617f3b 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ deps: go mod tidy $(GOBIN)/golangci-lint: - curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(GOBIN) v1.41.1 + curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(GOBIN) v1.45.2 .PHONY: test test: