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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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