diff options
| author | Eric Paris <eparis@redhat.com> | 2016-03-10 13:30:53 -0500 |
|---|---|---|
| committer | Eric Paris <eparis@redhat.com> | 2016-05-12 22:04:24 -0400 |
| commit | 7f53c8425862d6e3174a8d94fa45cb59396bb1d2 (patch) | |
| tree | 71a18c38c4eb40595e5b9cb3594168dbe742906d /development.md | |
| parent | 81dc64ab9e06f8584c8ef72d4445c13a83ba3a9b (diff) | |
Stop pinning to version v53
Diffstat (limited to 'development.md')
| -rw-r--r-- | development.md | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/development.md b/development.md index 3e782e03..1d541520 100644 --- a/development.md +++ b/development.md @@ -196,17 +196,6 @@ export GOPATH=$HOME/go-tools 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 Here's a quick walkthrough of one way to use godeps to add or update a |
