Skip to content

Commit 5826722

Browse files
authored
fix: version number discrepancy (#4299)
1 parent bdc1ad7 commit 5826722

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 = 21
16+
const ginSupportMinGoVer = 23
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)