Skip to content

Commit b96642a

Browse files
authored
Merge pull request kubernetes#86269 from odinuge/go-mod-version
Update go version in go.mod to 1.13
2 parents 5135a13 + 4769cbe commit b96642a

File tree

25 files changed

+25
-25
lines changed

25 files changed

+25
-25
lines changed

go.mod

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

55
module k8s.io/kubernetes
66

7-
go 1.12
7+
go 1.13
88

99
require (
1010
bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690

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.12
5+
go 1.13
66

77
require (
88
github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d

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.12
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.12
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.12
5+
go 1.13
66

77
require (
88
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect

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.12
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.12
5+
go 1.13
66

77
require (
88
cloud.google.com/go v0.38.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.12
5+
go 1.13
66

77
require (
88
k8s.io/api v0.0.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.12
5+
go 1.13
66

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

staging/src/k8s.io/code-generator/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/code-generator
44

5-
go 1.12
5+
go 1.13
66

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

0 commit comments

Comments
 (0)