switch min version of go to 1.15 (#3211)

This commit is contained in:
thinkerou
2022-06-27 07:11:41 +08:00
committed by GitHub
parent 12b55b4fe9
commit 6de2245e62
4 changed files with 4 additions and 4 deletions

View File

@ -67,7 +67,7 @@ func getMinVer(v string) (uint64, error) {
func debugPrintWARNINGDefault() {
if v, e := getMinVer(runtime.Version()); e == nil && v <= ginSupportMinGoVer {
debugPrint(`[WARNING] Now Gin requires Go 1.14+.
debugPrint(`[WARNING] Now Gin requires Go 1.15+.
`)
}