remove go1.14 and go1.15

This commit is contained in:
thinkerou 2022-06-27 20:26:53 +08:00
parent 861a6a92dd
commit 53c3589b46

View File

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