Browse Source

chore(go): 将 Go 版本从 1.23.2 降级到 1.21

- 修改 go.mod 文件中的 Go 版本声明
- 确保项目与 Go 1.21 兼容- 更新相关依赖以匹配新版本要求
dcsunny 2 tuần trước cách đây
mục cha
commit
2d2ccdd383
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      go.mod

+ 1 - 1
go.mod

@@ -1,5 +1,5 @@
 module git.ikuban.com/server/kubanapis
 
-go 1.23.2
+go 1.21
 
 require google.golang.org/protobuf v1.33.0