Skip to content

Commit

Permalink
Fix build version
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaoguang Sun <[email protected]>
  • Loading branch information
sunxiaoguang committed Aug 19, 2022
1 parent f9f2dd0 commit 67b18fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# Builder image
FROM golang:1.18.4-bullseye as builder
FROM golang:1.19.0-bullseye as builder

RUN apt install -y wget make git gcc && mkdir -p /go/src/github.com/pingcap/tidb

Expand Down
2 changes: 1 addition & 1 deletion util/printer/printer.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func GetTiDBInfo() string {
"TiKV Min Version: %s\n"+
"Check Table Before Drop: %v\n"+
"Store: %s",
mysql.TiDBReleaseVersion,
"v6.2.0-devtier",
versioninfo.TiDBEdition,
versioninfo.TiDBGitHash,
versioninfo.TiDBGitBranch,
Expand Down

0 comments on commit 67b18fe

Please sign in to comment.