diff --git a/Makefile b/Makefile index 7045043a..80791f6b 100644 --- a/Makefile +++ b/Makefile @@ -122,7 +122,7 @@ tidy: ## Run go mod tidy on every mod file in the repo .PHONY: golangci-lint golangci-lint: - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.51.2 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.59.1 $(LOCALBIN)/golangci-lint run --fix --verbose PROCS?=$(shell expr $(shell nproc --ignore 2) / 2)