Skip to content

Commit db545be

Browse files
authored
Update govulncheck (#617)
1 parent fe38f89 commit db545be

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
@@ -514,7 +514,7 @@ tools: __dir_setup
514514
@echo ">> Fetching license check"
515515
@GOBIN=$(TMPDIR)/bin go install github.com/google/addlicense@v1.0.0
516516
@echo ">> Fetching govulncheck"
517-
@GOBIN=$(TMPDIR)/bin go install golang.org/x/vuln/cmd/govulncheck@v0.1.0
517+
@GOBIN=$(TMPDIR)/bin go install golang.org/x/vuln/cmd/govulncheck@v1.1.3
518518
@echo ">> Fetching github-release"
519519
@GOBIN=$(TMPDIR)/bin go install github.com/github-release/github-release@v0.10.0
520520

0 commit comments

Comments
 (0)