Skip to content

Commit e5067cc

Browse files
author
Tim
committed
Bump all k8s libs in tandem
For some stupid reason, they have to be pinned together. See kubernetes/minikube#3037 and https://github.com/kubernetes/client-go#compatibility-matrix
1 parent 9f6b1a6 commit e5067cc

File tree

2 files changed

+19
-27
lines changed

2 files changed

+19
-27
lines changed

Gopkg.lock

+15-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@
4646
name = "golang.org/x/net"
4747

4848
[[constraint]]
49-
branch = "release-1.11"
49+
branch = "release-1.13"
5050
name = "k8s.io/apimachinery"
5151

52-
# [[constraint]]
53-
# name = "k8s.io/client-go"
54-
# branch = "release-8.0"
52+
[[constraint]]
53+
name = "k8s.io/client-go"
54+
branch = "release-10.0"
5555

5656
[[override]]
5757
name = "github.com/ugorji/go"

0 commit comments

Comments
 (0)