diff --git a/Makefile b/Makefile index f3bf5aedea1..98f4569544f 100644 --- a/Makefile +++ b/Makefile @@ -368,7 +368,7 @@ gosec: go_sec .PHONY: lint lint: golangci_lint $(GOLANGCI_LINT) --version - GOMAXPROCS=2 $(GOLANGCI_LINT) run --fix --verbose --timeout 300s + $(GOLANGCI_LINT) run --fix --verbose --timeout 300s GO_SEC = $(shell pwd)/bin/gosec