Skip to content

Commit

Permalink
Remove -v from vulncheck (go-gitea#23953)
Browse files Browse the repository at this point in the history
We should think about locking this dep, but for now this should get
builds going again.

(cherry picked from commit 797babb)
  • Loading branch information
jolheiser authored and earl-warren committed Jul 3, 2023
1 parent 701d98a commit 404506c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@
Expand Down

0 comments on commit 404506c

Please sign in to comment.