Skip to content

Commit

Permalink
update go to v1.19
Browse files Browse the repository at this point in the history
Signed-off-by: Aolin <aolin.zhang@pingcap.com>
  • Loading branch information
Oreoxmt authored and ti-chi-bot committed Dec 22, 2022
1 parent 9901b62 commit 99ddaa2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pd-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PD Control 是 PD 的命令行工具,用于获取集群状态信息和调整
### 源码编译

1. [Go](https://golang.org/) Version 1.13 以上
1. [Go](https://golang.org/) Version 1.19 以上
2. 在 PD 项目根目录使用 `make` 或者 `make pd-ctl` 命令进行编译,生成 bin/pd-ctl

## 简单例子
Expand Down
2 changes: 1 addition & 1 deletion pd-recover.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PD Recover 是对 PD 进行灾难性恢复的工具,用于恢复无法正常

### 从源代码编译

* [Go](https://golang.org/):PD Recover 使用了 Go 模块,请安装 Go v1.16 或更新版本。
* [Go](https://golang.org/):PD Recover 使用了 Go 模块,请安装 Go v1.19 或更新版本。
*[PD](https://github.com/pingcap/pd) 根目录下,运行 `make pd-recover` 命令来编译源代码并生成 `bin/pd-recover`

> **注意:**
Expand Down
2 changes: 1 addition & 1 deletion tidb-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ TiDB Control 是 TiDB 的命令行工具,用于获取 TiDB 状态信息,多

### 从源代码编译安装

编译环境要求:[Go](https://golang.org/) Version 1.13 以上
编译环境要求:[Go](https://golang.org/) Version 1.19 以上

编译步骤:在 [TiDB Control 项目](https://github.com/pingcap/tidb-ctl)根目录,使用 `make` 命令进行编译,生成 tidb-ctl。

Expand Down

0 comments on commit 99ddaa2

Please sign in to comment.