Skip to content

Commit 404506c

Browse files
jolheiserearl-warren
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. (cherry picked from commit 797babb)
1 parent 701d98a commit 404506c

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
@@ -784,7 +784,7 @@ merge-locales:
784784

785785
.PHONY: security-check
786786
security-check:
787-
go run $(GOVULNCHECK_PACKAGE) -v ./...
787+
go run $(GOVULNCHECK_PACKAGE) ./...
788788

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

0 commit comments

Comments
 (0)