Merge 691fd9fe1efb28fc98412df51cf33c0b361614c7 into b917b14ff9d189f16a7492be79d123a47806ee19

This commit is contained in:
OHZEKI Naoki 2025-12-03 11:19:26 +00:00 committed by GitHub
commit 4ccabb9b60
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.