We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ce168 commit 32cc6cdCopy full SHA for 32cc6cd
content/zh/docs/kitex/Getting started/prerequisite.md
@@ -16,7 +16,7 @@ Kitex 作为一款 Golang 微服务 RPC 框架,需要准备的环境包括**
16
**Go**(又称**Golang**)是 Google 开发的一种静态强类型、编译型、并发型,并具有垃圾回收功能的编程语言。
17
18
- Go 语言的环境准备参考 [Golang 安装](https://go.dev/doc/install)
19
-- 推荐使用最新版本的 Golang,我们保证最新三个正式版本的兼容性(现在 >= **v1.17**)。
+- 推荐使用最新版本的 Golang,我们保证最新三个正式版本的兼容性(现在 >= **v1.18**)。
20
- 确保打开 go mod 支持 (Golang >= 1.15时,默认开启)
21
- 在 Windows 环境使用,需要 kitex 版本 >= v0.5.2
22
0 commit comments