switch min version of go to 1.15 (#3211)

This commit is contained in:
thinkerou
2022-06-27 07:11:41 +08:00
committed by GitHub
parent 12b55b4fe9
commit 6de2245e62
4 changed files with 4 additions and 4 deletions

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.15, 1.16, 1.17, 1.18]
test-tags: ['', nomsgpack]
include:
- os: ubuntu-latest