govulncheck: Use patch release with latest security fixes #15

Merged
alexvanin merged 1 commit from potyarkin/distribution:fix/govulncheck-go-minor into tcl/master 2025-02-06 15:29:27 +00:00
Showing only changes of commit 8a34d63241 - Show all commits

View file

@ -12,7 +12,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.22'
go-version: '1.22.11'
- name: Install govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest