Skip to content

Commit cfeb557

Browse files
committed
fix(debug): fix version mismatch
1 parent c0048f6 commit cfeb557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debug.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"sync/atomic"
1414
)
1515

16-
const ginSupportMinGoVer = 23
16+
const ginSupportMinGoVer = 24
1717

1818
// IsDebugging returns true if the framework is running in debug mode.
1919
// Use SetMode(gin.ReleaseMode) to disable debug mode.

0 commit comments

Comments
 (0)