Skip to content

Commit

Permalink
Update ci.yml with bumped go version for vulncheck (#2439)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmbenton committed Jul 12, 2023
1 parent 2808a60 commit f6ee89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '>=1.20.6'
- run: go install golang.org/x/vuln/cmd/govulncheck@latest
- run: govulncheck ./...

0 comments on commit f6ee89f

Please sign in to comment.