chore: add go1.15.x and remove go1.10.x

This commit is contained in:
thinkerou 2020-08-15 18:39:39 +08:00 committed by GitHub
parent f81c604d8a
commit 31fb0c56a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,10 +2,10 @@ language: go
sudo: false sudo: false
go: go:
- 1.10.x
- 1.11.x - 1.11.x
- 1.12.x - 1.12.x
- 1.13.x - 1.13.x
- 1.15.x
- master - master
matrix: matrix: