chore: run tests on go 1.19

This commit is contained in:
Aoang 2022-08-14 15:31:40 +08:00
parent ad66d9d11a
commit 6b11ffa70b
No known key found for this signature in database
GPG Key ID: A6D5F8F81D65AEB5

View File

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