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: