diff options
| author | derekwaynecarr <decarr@redhat.com> | 2016-03-10 13:12:53 -0500 |
|---|---|---|
| committer | derekwaynecarr <decarr@redhat.com> | 2016-03-10 13:12:53 -0500 |
| commit | 7e8bc7623ccf95ffd0e354def20d30efbcef0135 (patch) | |
| tree | a9f1f9d0c8334a2e180e932aa627030b6875c1dd /development.md | |
| parent | e0770531abf24ca8589928feb0c63a9f17d590d0 (diff) | |
Comment that godep versions 54 or above do not play nice with Kubernetes
Diffstat (limited to 'development.md')
| -rw-r--r-- | development.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/development.md b/development.md index 5a7b52db..18d3abe5 100644 --- a/development.md +++ b/development.md @@ -166,6 +166,16 @@ 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 Kubernetes dependency into Godeps/_workspace. For more details, please see the instructions in [godep's documentation](https://github.com/tools/godep). |
