Parcourir la source

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

- 修改 go.mod 文件中的 Go 版本声明
- 确保项目与 Go 1.21 兼容- 更新相关依赖以匹配新版本要求
dcsunny il y a 2 semaines
Parent
commit
2d2ccdd383
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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