diff --git a/Makefile b/Makefile index e666208..999f2a8 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ test-v: lint: go tool golangci-lint run - go tool govulncheck ./... + go tool govulncheck -scan=module bench: go test -run=^$$ -bench=. -benchmem ./...