Skip to content

Commit

Permalink
readme: update go version in readme (#8321)
Browse files Browse the repository at this point in the history
ref #4399

update go version in readme

Signed-off-by: husharp <[email protected]>
  • Loading branch information
HuSharp authored Jun 24, 2024
1 parent 8215f30 commit debb5fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ If you're interested in contributing to PD, see [CONTRIBUTING.md](./CONTRIBUTING

## Build

1. Make sure [*Go*](https://golang.org/) (version 1.20) is installed.
2. Use `make` to install PD. PD is installed in the `bin` directory.
1. Make sure [*Go*](https://golang.org/) (version 1.21) is installed.
2. Use `make` to install PD. `pd-server` will be installed in the `bin` directory.

## Usage

Expand Down

0 comments on commit debb5fe

Please sign in to comment.