chore(go): 更新Go版本号格式

- 将 common/go.mod 中的 go 版本从 1.23.0 调整为 1.23
-
This commit is contained in:
昔念
2026-03-31 10:40:37 +08:00
parent 6ac3c1b9b7
commit 1a5996d902
17 changed files with 899 additions and 218 deletions

View File

@@ -1,6 +1,6 @@
module blazing/common
go 1.23.0
go 1.23
require (
github.com/panjf2000/gnet v1.6.7