Gopkg.toml should use tags not branches for k8s.io dependencies #1
Labels
good first issue
These are great first issues. If you are looking for a place to start, start here!
kind/bug
These are bugs.
kind/cleanup
Refactoring code, fixing up documentation, etc
Milestone
See: https://github.com/googleprivate/agon/blob/master/Gopkg.toml#L27-L33
Switch to using all release branches (which is just client-go that needs to change) Technically using a mixture of tags and branches is not supported (although it does seem to work).
Also, code-generator now has vendored dependencies - we can fix the Dockerfile as well and not run codegen from HEAD. e.g. https://github.com/kubernetes/code-generator/tree/release-1.8
More context see PR: kubernetes/client-go#337
The text was updated successfully, but these errors were encountered: