Skip to content

Commit 896da22

Browse files
authored
Merge pull request kubernetes#92611 from liggitt/go1.13
Tolerate go 1.13 builds
2 parents a28e807 + ddfe137 commit 896da22

File tree

30 files changed

+56
-526
lines changed

30 files changed

+56
-526
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
module k8s.io/kubernetes
88

9-
go 1.14
9+
go 1.13
1010

1111
require (
1212
bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690

hack/tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module k8s.io/kubernetes/hack/tools
22

3-
go 1.14
3+
go 1.13
44

55
require (
66
github.com/bazelbuild/bazel-gazelle v0.19.1-0.20191105222053-70208cbdc798

staging/src/k8s.io/api/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module k8s.io/api
44

5-
go 1.14
5+
go 1.13
66

77
require (
88
github.com/gogo/protobuf v1.3.1

staging/src/k8s.io/apiextensions-apiserver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module k8s.io/apiextensions-apiserver
44

5-
go 1.14
5+
go 1.13
66

77
require (
88
github.com/emicklei/go-restful v2.9.5+incompatible

staging/src/k8s.io/apimachinery/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module k8s.io/apimachinery
44

5-
go 1.14
5+
go 1.13
66

77
require (
88
github.com/davecgh/go-spew v1.1.1

staging/src/k8s.io/apiserver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module k8s.io/apiserver
44

5-
go 1.14
5+
go 1.13
66

77
require (
88
github.com/coreos/go-oidc v2.1.0+incompatible

staging/src/k8s.io/cli-runtime/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module k8s.io/cli-runtime
44

5-
go 1.14
5+
go 1.13
66

77
require (
88
github.com/davecgh/go-spew v1.1.1

staging/src/k8s.io/client-go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module k8s.io/client-go
44

5-
go 1.14
5+
go 1.13
66

77
require (
88
cloud.google.com/go v0.51.0 // indirect

staging/src/k8s.io/cloud-provider/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module k8s.io/cloud-provider
44

5-
go 1.14
5+
go 1.13
66

77
require (
88
github.com/google/go-cmp v0.4.0

staging/src/k8s.io/cluster-bootstrap/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module k8s.io/cluster-bootstrap
44

5-
go 1.14
5+
go 1.13
66

77
require (
88
github.com/stretchr/testify v1.4.0

0 commit comments

Comments
 (0)