From fc50bd450eb4007ecd838701d47673a7e783a16a Mon Sep 17 00:00:00 2001 From: Ibrahim Serdar Acikgoz Date: Thu, 27 Apr 2023 01:50:54 +0300 Subject: [PATCH] Makefile: bump golangci-lint version (#23160) Co-authored-by: Ibrahim Serdar Acikgoz --- server/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Makefile b/server/Makefile index 51a518a702..77f6941869 100644 --- a/server/Makefile +++ b/server/Makefile @@ -292,7 +292,7 @@ endif golangci-lint: ## Run golangci-lint on codebase @# Keep the version in sync with the command in .circleci/config.yml - $(GO) install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.50.1 + $(GO) install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.52.2 @echo Running golangci-lint $(GOBIN)/golangci-lint run ./...