chore: support go1.13

This commit is contained in:
thinkerou 2019-09-04 07:53:59 +08:00 committed by GitHub
parent 01ca625b98
commit 784a54f1e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,8 @@ matrix:
env: GO111MODULE=on
- go: 1.12.x
env: GO111MODULE=on
- go: 1.13.x
env: GO111MODULE=on
- go: master
env: GO111MODULE=on