Skip to content

Commit

Permalink
[chore] Pin govuln check to latest released version (#5914)
Browse files Browse the repository at this point in the history
  • Loading branch information
crobert-1 authored Feb 17, 2025
1 parent df764a6 commit 6f81515
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 @@ -160,7 +160,7 @@ install-tools:
cd ./internal/tools && go install github.com/tcnksm/ghr
cd ./internal/tools && go install golang.org/x/tools/cmd/goimports
cd ./internal/tools && go install golang.org/x/tools/go/analysis/passes/fieldalignment/cmd/fieldalignment
cd ./internal/tools && go install golang.org/x/vuln/cmd/govulncheck@master
cd ./internal/tools && go install golang.org/x/vuln/cmd/govulncheck@latest


.PHONY: generate-metrics
Expand Down

0 comments on commit 6f81515

Please sign in to comment.