Skip to content

Commit

Permalink
go 1.7 is required (pingcap#2853)
Browse files Browse the repository at this point in the history
go 1.7 is required because package "context" is used in session.go:21:2
  • Loading branch information
hongyuanw authored and ngaut committed Mar 16, 2017
1 parent 961386d commit aa92604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/QUICKSTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Read the documents for [binary deployment](https://github.com/pingcap/docs/blob/

#### __Pre-requirement__

Go environment. Currently a 64-bit version of go >= 1.5 is required.
Go environment. Currently a 64-bit version of go >= 1.7 is required.
```
git clone https://github.com/pingcap/tidb.git $GOPATH/src/github.com/pingcap/tidb
cd $GOPATH/src/github.com/pingcap/tidb
Expand Down

0 comments on commit aa92604

Please sign in to comment.