fix(debug): fix version mismatch

This commit is contained in:
OHZEKI Naoki 2025-10-22 22:00:24 +09:00
parent c0048f645e
commit cfeb557b54

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.