Skip to content

Commit 45d8d63

Browse files
Remove -v from vulncheck (go-gitea#23953) (go-gitea#25654)
Backport go-gitea#23953 to 1.19 to fix the branch build: https://drone.gitea.io/go-gitea/gitea/75155/1/9 Co-authored-by: John Olheiser <john.olheiser@gmail.com>
1 parent b4bfaf7 commit 45d8d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
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)