Stop pinning to version v53

This commit is contained in:
Eric Paris 2016-03-10 13:30:53 -05:00
parent 81dc64ab9e
commit 7f53c84258
1 changed files with 0 additions and 11 deletions

View File

@ -196,17 +196,6 @@ export GOPATH=$HOME/go-tools
export PATH=$PATH:$GOPATH/bin export PATH=$PATH:$GOPATH/bin
``` ```
Note:
At this time, godep update in the Kubernetes project only works properly if your
version of godep is < 54.
To check your version of godep:
```sh
$ godep version
godep v53 (linux/amd64/go1.5.3)
```
### Using godep ### Using godep
Here's a quick walkthrough of one way to use godeps to add or update a Here's a quick walkthrough of one way to use godeps to add or update a