Skip to content

Commit

Permalink
Fix vuln-check (#3317)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleconroy authored Apr 4, 2024
1 parent 8e29add commit fd91deb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
check-latest: true
go-version: '1.21.9'
# go-version-file: go.mod
# check-latest: true
- run: go install golang.org/x/vuln/cmd/govulncheck@latest
- run: govulncheck ./...

0 comments on commit fd91deb

Please sign in to comment.