We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c057fd9 + 6634e47 commit d9e878eCopy full SHA for d9e878e
1 file changed
.github/workflows/govulncheck.yml
@@ -35,11 +35,11 @@ jobs:
35
- name: Install Go and setup env
36
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
37
with:
38
- go-version: 1.23
+ go-version: 1.26
39
check-latest: true
40
41
- name: Install latest govulncheck
42
- run: go install golang.org/x/vuln/cmd/govulncheck@d1f380186385b4f64e00313f31743df8e4b89a77 # v1.1.4
+ run: go install golang.org/x/vuln/cmd/govulncheck@0782b76014f15f24e22a438f30f308df42899ba1 # v1.3.0
43
44
- name: Run govulncheck
45
run: govulncheck -show=traces ./...
0 commit comments