fix: version number discrepancy (#4299)

This commit is contained in:
諏訪原慶斗
2025-07-17 20:51:40 +09:00
committed by GitHub
parent bdc1ad7987
commit 5826722a87
+1 -1
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.