From 514bdcd10c1a17db937406b1ec63bd97fb296481 Mon Sep 17 00:00:00 2001 From: keitosuwahara Date: Wed, 16 Jul 2025 21:31:25 +0900 Subject: [PATCH] Fixed version number discrepancy --- debug.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug.go b/debug.go index 0ab14e4e..7fe2762e 100644 --- a/debug.go +++ b/debug.go @@ -13,7 +13,7 @@ import ( "sync/atomic" ) -const ginSupportMinGoVer = 21 +const ginSupportMinGoVer = 23 // IsDebugging returns true if the framework is running in debug mode. // Use SetMode(gin.ReleaseMode) to disable debug mode.