Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Go requirements (#2600)
* Update Go requirements

* Apply suggestions from code review

Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
  • Loading branch information
letientai299 and TomShawn committed May 29, 2020
1 parent edfe2f7 commit 052e9b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pd-control.md
Expand Up @@ -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:**
Expand Down
2 changes: 1 addition & 1 deletion pd-recover.md
Expand Up @@ -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
Expand Down

0 comments on commit 052e9b9

Please sign in to comment.