You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by zh...@apache.org on 2020/04/08 08:45:42 UTC

[pulsar.wiki] branch master updated: update go1.12.1.linux-amd64.tar.gz

This is an automated email from the ASF dual-hosted git repository.

zhaijia 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 9e0f0c5  update go1.12.1.linux-amd64.tar.gz
9e0f0c5 is described below

commit 9e0f0c5f9981ea15da1bc193657afdaf6e3228e6
Author: Jia Zhai <zh...@apache.org>
AuthorDate: Wed Apr 8 16:45:40 2020 +0800

    update go1.12.1.linux-amd64.tar.gz
---
 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 e05e1f9..220990c 100644
--- a/Release-Candidate-Validation.md
+++ b/Release-Candidate-Validation.md
@@ -678,7 +678,7 @@ a) Install go.
 # apt-get -y upgrade
 # apt-get install -y git curl gcc
 # curl -O https://storage.googleapis.com/golang/go1.12.1.linux-amd64.tar.gz
-# tar -xvf go1.9.1.linux-amd64.tar.gz
+# tar -xvf go1.12.1.linux-amd64.tar.gz
 # mv go /usr/local
 # export GOROOT=/usr/local/go
 # export PATH=$PATH:$GOROOT/bin