1
0
mirror of https://github.com/cmur2/miflorad.git synced 2024-12-21 16:54:24 +01:00

module: support Go 1.13

This commit is contained in:
cn 2019-09-04 19:21:04 +02:00
parent 9e0f892b23
commit 97164bc4b8

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