From 19a39f230926a368ffe412229b97f9064063aa60 Mon Sep 17 00:00:00 2001 From: Dean Coakley Date: Fri, 8 Mar 2024 15:33:20 +0000 Subject: [PATCH] Pin golang-ci lint version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bcd98dd7f..b9e66cf42 100644 --- a/Makefile +++ b/Makefile @@ -126,7 +126,7 @@ no-local-changes: lint: ## Run linter GOWORK=off go vet ./... - GOWORK=off $(GORUN) github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.2 run -c ./scripts/.golangci.yml + GOWORK=off $(GORUN) $(GOLANGCI_LINT) run -c ./scripts/.golangci.yml cd sdk && make lint format: ## Format code