switch min version of go to 1.15 (#3211)
This commit is contained in:
@@ -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+.
|
||||
|
||||
`)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user