module: support Go 1.13

This commit is contained in:
cn 2019-09-04 19:21:04 +02:00
parent 9e0f892b23
commit 97164bc4b8
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@ language: go
go:
- "1.11.x"
- "1.12.x"
- "1.13.x"
- master
env:
- GO111MODULE=on GOPROXY=direct
- GO111MODULE=on GOPROXY=direct GOSUMDB=off