Skip to content

Commit

Permalink
fix(ci): bump go version for govulncheck in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmbenton committed Aug 2, 2023
1 parent 973068d commit e2f5b79
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.6'
go-version: '1.21rc4'
- run: go install golang.org/x/vuln/cmd/govulncheck@latest
- run: govulncheck ./...

0 comments on commit e2f5b79

Please sign in to comment.