Skip to content

Commit

Permalink
Merge pull request #3095 from sbueringer/pr-bump-govulncheck
Browse files Browse the repository at this point in the history
[release-1.8] 🌱 Bump govulncheck to 1.0.1
  • Loading branch information
k8s-ci-robot authored Jul 4, 2024
2 parents 39d3241 + 28dc7f9 commit 390b274
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 @@ -161,7 +161,7 @@ GOLANGCI_LINT := $(abspath $(TOOLS_BIN_DIR)/$(GOLANGCI_LINT_BIN)-$(GOLANGCI_LINT
GOLANGCI_LINT_PKG := github.com/golangci/golangci-lint/cmd/golangci-lint

GOVULNCHECK_BIN := govulncheck
GOVULNCHECK_VER := v1.0.0
GOVULNCHECK_VER := v1.0.1
GOVULNCHECK := $(abspath $(TOOLS_BIN_DIR)/$(GOVULNCHECK_BIN)-$(GOVULNCHECK_VER))
GOVULNCHECK_PKG := golang.org/x/vuln/cmd/govulncheck

Expand Down

0 comments on commit 390b274

Please sign in to comment.