Skip to content

Commit 441f3dd

Browse files
jolheisersilverwind
authored andcommitted
Remove -v from vulncheck (go-gitea#23953)
We should think about locking this dep, but for now this should get builds going again.
1 parent b4bfaf7 commit 441f3dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ generate-go: $(TAGS_PREREQ)
751751

752752
.PHONY: security-check
753753
security-check:
754-
go run $(GOVULNCHECK_PACKAGE) -v ./...
754+
go run $(GOVULNCHECK_PACKAGE) ./...
755755

756756
$(EXECUTABLE): $(GO_SOURCES) $(TAGS_PREREQ)
757757
CGO_CFLAGS="$(CGO_CFLAGS)" $(GO) build $(GOFLAGS) $(EXTRA_GOFLAGS) -tags '$(TAGS)' -ldflags '-s -w $(LDFLAGS)' -o $@

0 commit comments

Comments
 (0)