We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe38f89 commit db545beCopy full SHA for db545be
Makefile
@@ -514,7 +514,7 @@ tools: __dir_setup
514
@echo ">> Fetching license check"
515
@GOBIN=$(TMPDIR)/bin go install github.com/google/addlicense@v1.0.0
516
@echo ">> Fetching govulncheck"
517
- @GOBIN=$(TMPDIR)/bin go install golang.org/x/vuln/cmd/govulncheck@v0.1.0
+ @GOBIN=$(TMPDIR)/bin go install golang.org/x/vuln/cmd/govulncheck@v1.1.3
518
@echo ">> Fetching github-release"
519
@GOBIN=$(TMPDIR)/bin go install github.com/github-release/github-release@v0.10.0
520
0 commit comments