Skip to content

Commit b0b6ca7

Browse files
committed
fix(ci): downgrade the govulncheck to use go v1.25
For some reason new version of govulncheck has a problem with v1.26.*.
1 parent 005c04f commit b0b6ca7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/govulncheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Go
2121
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4
2222
with:
23-
go-version: "1.26.1"
23+
go-version: "1.25.11"
2424

2525
- name: Setup Go Vulncheck
2626
run: go install golang.org/x/vuln/cmd/govulncheck@latest

0 commit comments

Comments
 (0)