This is an automated email from the ASF dual-hosted git repository.
rxl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.wiki.git
The following commit(s) were added to refs/heads/master by this push:
new 896db58 update go version
896db58 is described below
commit 896db58cc3f925f5a0085a57b6a49a0ba31c2efb
Author: 冉小龙 <[email protected]>
AuthorDate: Sat Jan 18 23:54:16 2020 +0800
update go version
---
Release-Candidate-Validation.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Release-Candidate-Validation.md b/Release-Candidate-Validation.md
index 535f415..e05e1f9 100644
--- a/Release-Candidate-Validation.md
+++ b/Release-Candidate-Validation.md
@@ -677,7 +677,7 @@ a) Install go.
# apt-get update
# apt-get -y upgrade
# apt-get install -y git curl gcc
-# curl -O https://storage.googleapis.com/golang/go1.9.1.linux-amd64.tar.gz
+# curl -O https://storage.googleapis.com/golang/go1.12.1.linux-amd64.tar.gz
# tar -xvf go1.9.1.linux-amd64.tar.gz
# mv go /usr/local
# export GOROOT=/usr/local/go