Skip to content

Commit

Permalink
[chore] Pin govuln check to latest released version
Browse files Browse the repository at this point in the history
  • Loading branch information
crobert-1 committed Feb 17, 2025
1 parent 692193f commit 3e0069b
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 3e0069b

Please sign in to comment.