Skip to content

Commit 32cc6cd

Browse files
authored
Update prerequisite.md (#1177)
1 parent 16ce168 commit 32cc6cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh/docs/kitex/Getting started/prerequisite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Kitex 作为一款 Golang 微服务 RPC 框架,需要准备的环境包括**
1616
**Go**(又称**Golang**)是 Google 开发的一种静态强类型、编译型、并发型,并具有垃圾回收功能的编程语言。
1717

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

0 commit comments

Comments
 (0)