Skip to content

Commit

Permalink
Fix k8s version pinning
Browse files Browse the repository at this point in the history
Due to different versions in glide.yaml and glide.lock, version pinning
broke after I did `glide get ...`.
  • Loading branch information
ivan4th committed Nov 14, 2016
1 parent 9c1d32a commit ab3f861
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import:
- context
- package: google.golang.org/grpc
- package: k8s.io/kubernetes
version: e72f26a3fff4f521d1da9f52b3ce82d4d0d5a401
version: v1.5.0-alpha.1
repo: git://github.com/kubernetes/kubernetes.git
vcs: git
subpackages:
Expand Down

0 comments on commit ab3f861

Please sign in to comment.