Skip to content

Commit fd91deb

Browse files
authored
Fix vuln-check (#3317)
1 parent 8e29add commit fd91deb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ jobs:
7777
- uses: actions/checkout@v4
7878
- uses: actions/setup-go@v5
7979
with:
80-
go-version-file: go.mod
81-
check-latest: true
80+
go-version: '1.21.9'
81+
# go-version-file: go.mod
82+
# check-latest: true
8283
- run: go install golang.org/x/vuln/cmd/govulncheck@latest
8384
- run: govulncheck ./...

0 commit comments

Comments
 (0)