update required minimum go version from 1.11 to 1.14

This commit is contained in:
jianchenma
2021-03-18 11:19:36 +08:00
parent 6a24b595f0
commit 9eab5daf19
2 changed files with 2 additions and 4 deletions

View File

@ -4,11 +4,9 @@ arch: arm64-graviton2
language: go
go:
- "1.11.x"
- "1.12.x"
- "1.13.x"
- "1.14.x"
- "1.15.x"
- "1.16.x"
branches:
only:

2
go.mod
View File

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