Skip to content

Commit da233a4

Browse files
committed
fix(ci): downgrade the go version used to cimpile the govulncheck
1 parent 5a96412 commit da233a4

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.4"
23+
go-version: "1.26.1"
2424

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

0 commit comments

Comments
 (0)