diff --git a/.travis.yml b/.travis.yml index da04ca4a0..de6d35508 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: go go: - - "1.10.x" - "1.11.x" - "1.12.x" - "1.13.x" diff --git a/go.mod b/go.mod index 9c49a3294..47fde7e0c 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/gogf/gf -go 1.10 +go 1.11 require ( github.com/BurntSushi/toml v0.3.1