vulncheck: update actions/setup-go to use go-version: stable

https://github.com/actions/setup-go/blob/main/docs/advanced-usage.md#using-the-go-version-input
This commit is contained in:
henrygd
2026-08-14 19:44:11 -04:00
parent e2a18ec636
commit 66ac62a125

View File

@@ -23,7 +23,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v7 uses: actions/setup-go@v7
with: with:
go-version: 1.26.x go-version: stable
# cached: false # cached: false
- name: Get official govulncheck - name: Get official govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest run: go install golang.org/x/vuln/cmd/govulncheck@latest