forked from NYANDEV/forgejo
Remove -v from vulncheck (#23953)
We should think about locking this dep, but for now this should get builds going again.
This commit is contained in:
parent
bbf83f5d4b
commit
797babbfcb
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -747,7 +747,7 @@ generate-go: $(TAGS_PREREQ)
|
|||
|
||||
.PHONY: security-check
|
||||
security-check:
|
||||
go run $(GOVULNCHECK_PACKAGE) -v ./...
|
||||
go run $(GOVULNCHECK_PACKAGE) ./...
|
||||
|
||||
$(EXECUTABLE): $(GO_SOURCES) $(TAGS_PREREQ)
|
||||
CGO_CFLAGS="$(CGO_CFLAGS)" $(GO) build $(GOFLAGS) $(EXTRA_GOFLAGS) -tags '$(TAGS)' -ldflags '-s -w $(LDFLAGS)' -o $@
|
||||
|
|
Loading…
Reference in a new issue