remove go1.8&1.9 and support go1.13

This commit is contained in:
thinkerou 2019-09-13 20:52:43 +08:00 committed by GitHub
parent c1cdf9c9ec
commit df30d4057b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

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