chore(go): Add support go 1.19 (#3272)

This commit is contained in:
mstmdev
2022-10-16 09:33:26 +08:00
committed by GitHub
parent fa58bff301
commit 4c64f1c385
3 changed files with 49 additions and 1 deletions

View File

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