Fixed version number discrepancy

This commit is contained in:
keitosuwahara 2025-07-16 21:31:25 +09:00
parent 688a429d19
commit 514bdcd10c

View File

@ -13,7 +13,7 @@ import (
"sync/atomic"
)
const ginSupportMinGoVer = 21
const ginSupportMinGoVer = 23
// IsDebugging returns true if the framework is running in debug mode.
// Use SetMode(gin.ReleaseMode) to disable debug mode.