Compare commits

..

2 Commits

Author SHA1 Message Date
Ludovico Cavedon
eadee8f52f
Merge 929794596f18ada3ca5edfeae193c3b1a1c33823 into 2a794cd0b0faa7d829291375b27a3467ea972b0d 2025-12-04 14:16:12 +07:00
OHZEKI Naoki
2a794cd0b0
fix(debug): version mismatch (#4403)
Co-authored-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2025-12-04 10:49:37 +08:00

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.