diff --git a/Makefile b/Makefile index 0cc0a83..f5c12dd 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ doc: lint: go tool golangci-lint run - go tool govulncheck ./... + go tool govulncheck -scan=module bench: go test -run=^$$ -bench=. -benchmem ./...