change minimum go version from 1.10. to 1.11; travis ci updates

This commit is contained in:
John
2019-12-04 17:50:03 +08:00
parent 4018bfa899
commit 8448a70646
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
language: go
go:
- "1.10.x"
- "1.11.x"
- "1.12.x"
- "1.13.x"

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/gogf/gf
go 1.10
go 1.11
require (
github.com/BurntSushi/toml v0.3.1