From d39667713efad0cfb79546626a052bdf911a2f67 Mon Sep 17 00:00:00 2001 From: Tai Le Date: Fri, 29 May 2020 11:51:01 +0800 Subject: [PATCH] Update Go requirements (#2600) * Update Go requirements * Apply suggestions from code review Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com> --- pd-control.md | 2 +- pd-recover.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pd-control.md b/pd-control.md index 7fac822b527fb..12e9dd78db63e 100644 --- a/pd-control.md +++ b/pd-control.md @@ -11,7 +11,7 @@ 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 +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 8c449659bbb26..729f64d74d21f 100644 --- a/pd-recover.md +++ b/pd-recover.md @@ -11,7 +11,7 @@ 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 +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