mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-12-01 00:21:17 +00:00
Remove -v from vulncheck (#23953)
We should think about locking this dep, but for now this should get
builds going again.
(cherry picked from commit 797babbfcb
)
This commit is contained in:
parent
701d98adbf
commit
404506c7c1
2
Makefile
2
Makefile
|
@ -784,7 +784,7 @@ merge-locales:
|
|||
|
||||
.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