chore: support min version of go: 1.14 (#2964)

This commit is contained in:
thinkerou
2022-03-21 10:51:17 +08:00
committed by GitHub
parent 2bde107686
commit 62265c893c
4 changed files with 5 additions and 5 deletions

View File

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