downgrade the required golang version from v1.13 to v1.11

This commit is contained in:
John
2020-04-23 20:25:59 +08:00
parent 1e19f447d1
commit f7f86ad65a
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
language: go
go:
- "1.11.x"
- "1.12.x"
- "1.13.x"
- "1.14.x"

2
go.mod
View File

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