Skip to content

Commit

Permalink
Update prerequisite.md (#1177)
Browse files Browse the repository at this point in the history
  • Loading branch information
YangruiEmma authored Dec 9, 2024
1 parent 16ce168 commit 32cc6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/zh/docs/kitex/Getting started/prerequisite.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Kitex 作为一款 Golang 微服务 RPC 框架,需要准备的环境包括**
**Go**(又称**Golang**)是 Google 开发的一种静态强类型、编译型、并发型,并具有垃圾回收功能的编程语言。

- Go 语言的环境准备参考 [Golang 安装](https://go.dev/doc/install)
- 推荐使用最新版本的 Golang,我们保证最新三个正式版本的兼容性(现在 >= **v1.17**)。
- 推荐使用最新版本的 Golang,我们保证最新三个正式版本的兼容性(现在 >= **v1.18**)。
- 确保打开 go mod 支持 (Golang >= 1.15时,默认开启)
- 在 Windows 环境使用,需要 kitex 版本 >= v0.5.2

Expand Down

0 comments on commit 32cc6cd

Please sign in to comment.