fix: honor requested allow origin settings properly (#17789)

fixes #17778
This commit is contained in:
Harshavardhana
2023-08-02 20:41:21 -07:00
committed by GitHub
parent 1664fd8bb1
commit 4a4950fe41
4 changed files with 7 additions and 9 deletions

View File

@@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19.11
go-version: 1.19.12
check-latest: true
- name: Get official govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest