Skip to content

Commit b6d4a77

Browse files
update vulncheck
1 parent be84a4f commit b6d4a77

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/vulncheck.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121
- name: Set up Go
2222
uses: actions/setup-go@v5
2323
with:
24-
go-version: 1.22.4
25-
check-latest: true
24+
go-version: 1.22.5
2625
- name: Get official govulncheck
2726
run: go install golang.org/x/vuln/cmd/govulncheck@latest
2827
shell: bash

0 commit comments

Comments
 (0)