This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new 837564617cf Update install.md (#2986)
837564617cf is described below
commit 837564617cfb723636fd515a486422a3a90c0b4a
Author: LJ <[email protected]>
AuthorDate: Thu May 30 16:01:34 2024 +0800
Update install.md (#2986)
The latest version of Go is 1.22.
---
content/zh-cn/overview/quickstart/go/install.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/zh-cn/overview/quickstart/go/install.md
b/content/zh-cn/overview/quickstart/go/install.md
index 9bc307968d5..20f02cf505f 100644
--- a/content/zh-cn/overview/quickstart/go/install.md
+++ b/content/zh-cn/overview/quickstart/go/install.md
@@ -10,7 +10,7 @@ weight: 1
### 1. 安装Go语言环境
-> go version >= go 1.15。建议使用最新版 go 1.19
+> go version >= go 1.15。建议使用最新版 go 1.22
[【Go 语言官网下载地址】](https://golang.google.cn/)
@@ -46,4 +46,4 @@ $ protoc-gen-go --version
protoc-gen-go v1.26.0
$ protoc-gen-go-triple --version
protoc-gen-go-triple 1.0.8
-```
\ No newline at end of file
+```