2
0
mirror of https://gitee.ltd/lxh/logger.git synced 2026-04-07 08:25:50 +08:00

🐛 修复因sonic版本过低导致高版本golang无法构建的bug

This commit is contained in:
李寻欢
2025-11-27 10:31:30 +08:00
parent 5966ddd1a2
commit c2b29e451b

2
go.mod
View File

@@ -1,6 +1,6 @@
module gitee.ltd/lxh/logger
go 1.25
go 1.24.0
require (
github.com/bytedance/sonic v1.14.2