From 792e3c74592d9bf8a87a6af30696e198d479abd3 Mon Sep 17 00:00:00 2001 From: TomShawn <41534398+TomShawn@users.noreply.github.com> Date: Fri, 29 May 2020 20:00:42 +0800 Subject: [PATCH] update go version (#2644) --- pd-control.md | 4 ++-- pd-recover.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pd-control.md b/pd-control.md index 5c39b69f894d5..34d8e1a1a5895 100644 --- a/pd-control.md +++ b/pd-control.md @@ -11,8 +11,8 @@ As a command line tool of PD, PD Control obtains the state information of the cl ## Compile from source code -1. [Go](https://golang.org/) Version 1.9 or later -2. In the root directory of the [PD project](https://github.com/pingcap/pd), use the `make` command to compile and generate `bin/pd-ctl` +1. [Go](https://golang.org/) Version 1.13 or later because the Go modules are used. +2. In the root directory of the [PD project](https://github.com/pingcap/pd), use the `make` command to compile and generate `bin/pd-ctl`. > **Note:** > diff --git a/pd-recover.md b/pd-recover.md index 7b1dc6e9622a0..61f6e184ff4ec 100644 --- a/pd-recover.md +++ b/pd-recover.md @@ -11,8 +11,8 @@ PD Recover is a disaster recovery tool of PD, used to recover the PD cluster whi ## Source code compiling -1. [Go](https://golang.org/) Version 1.9 or later -2. In the root directory of the [PD project](https://github.com/pingcap/pd), use the `make` command to compile and generate `bin/pd-recover` +1. [Go](https://golang.org/) Version 1.13 or later because the Go modules are used. +2. In the root directory of the [PD project](https://github.com/pingcap/pd), use the `make` command to compile and generate `bin/pd-recover`. ## Usage