File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ jobs:
150150 go-version : ' 1.25.x'
151151
152152 - name : Install govulncheck
153- run : go install golang.org/x/vuln/cmd/govulncheck@v1.1.3
153+ run : go install golang.org/x/vuln/cmd/govulncheck@latest
154154
155155 - name : Run govulncheck
156156 run : govulncheck ./...
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ verify: fmt test lint security check-license
6969tools :
7070 @echo " Installing development tools..."
7171 go install github.com/golangci/golangci-lint/cmd/
[email protected] 72- go install golang.org/x/vuln/cmd/govulncheck@v1.1.3
72+ go install golang.org/x/vuln/cmd/govulncheck@latest
7373 go install github.com/google/
[email protected] 7474
7575# Add license headers to all Go files
You can’t perform that action at this time.
0 commit comments