diff --git a/Makefile b/Makefile index f9b9bc914..d5b6e8bd6 100644 --- a/Makefile +++ b/Makefile @@ -369,7 +369,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