Fix the GO-2022-0969 and GO-2022-0288 vulnerabilities (#3333)

This commit is contained in:
mstmdev
2022-10-12 14:18:12 +08:00
committed by GitHub
parent 6fab4c373e
commit 6296175f70
3 changed files with 4 additions and 3 deletions

View File

@ -31,7 +31,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
go: [1.15, 1.16, 1.17, 1.18]
go: [1.16, 1.17, 1.18]
test-tags: ['', '-tags nomsgpack', '-tags "sonic avx"', '-tags go_json']
include:
- os: ubuntu-latest