Skip to content

Commit

Permalink
update contribution guide for go module (pingcap#8212)
Browse files Browse the repository at this point in the history
  • Loading branch information
hhu-cc authored and alivxxx committed Nov 8, 2018
1 parent 5d60849 commit 61428bc
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ TiDB is written in [Go](http://golang.org).
If you don't have a Go development environment,
please [set one up](http://golang.org/doc/code.html).

The version of GO should be **1.10** or above.
The version of GO should be **1.11** or above.

After installation, you'll need `GOPATH` defined,
and `PATH` modified to access your Go binaries.
Expand All @@ -75,11 +75,7 @@ export PATH=$PATH:$GOPATH/bin

#### Dependency management

TiDB uses [`dep`](https://github.com/golang/dep) to manage dependencies.

```sh
go get -u github.com/golang/dep/cmd/dep
```
TiDB uses [`Go Modules`](https://github.com/golang/go/wiki/Modules) to manage dependencies.

## Workflow

Expand Down

0 comments on commit 61428bc

Please sign in to comment.