summaryrefslogtreecommitdiff
path: root/development.md
diff options
context:
space:
mode:
authorEric Paris <eparis@redhat.com>2016-03-10 13:30:53 -0500
committerEric Paris <eparis@redhat.com>2016-05-12 22:04:24 -0400
commit7f53c8425862d6e3174a8d94fa45cb59396bb1d2 (patch)
tree71a18c38c4eb40595e5b9cb3594168dbe742906d /development.md
parent81dc64ab9e06f8584c8ef72d4445c13a83ba3a9b (diff)
Stop pinning to version v53
Diffstat (limited to 'development.md')
-rw-r--r--development.md11
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