all 2xx status codes to be success for audit (#20394)

This commit is contained in:
Harshavardhana
2024-09-06 15:53:34 -07:00
committed by GitHub
parent 64e803b136
commit 0f1e8db4c5
3 changed files with 11 additions and 11 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.5
go-version: 1.22.7
- name: Get official govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest
shell: bash