1
0
mirror of https://github.com/gogf/gf.git synced 2025-04-05 11:18:50 +08:00

min required go version upgrade to 1.16

This commit is contained in:
John Guo 2021-12-16 23:18:12 +08:00
parent aee52fd56e
commit df68ce23d2
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ jobs:
# strategy set
strategy:
matrix:
go: ["1.14", "1.15", "1.16"]
go: ["1.16", "1.17"]
steps:
- name: Set Up Timezone

2
go.mod
View File

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