Merge cfeb557b5424ec396c02ebd211e07547a1ba6a78 into e88fc8927a52b74f55bec0351604a56ac0aa1c51

This commit is contained in:
OHZEKI Naoki 2025-11-21 10:22:06 +01:00 committed by GitHub
commit 6ffc5e00e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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