Skip to content

Commit 102a9db

Browse files
committed
Pin godebug default to go1.23
1 parent 65ef531 commit 102a9db

File tree

38 files changed

+76
-0
lines changed

38 files changed

+76
-0
lines changed

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ module k8s.io/kubernetes
88

99
go 1.23.0
1010

11+
godebug default=go1.23
12+
1113
require (
1214
bitbucket.org/bertimus9/systemstat v0.5.0
1315
github.com/JeffAshton/win_pdh v0.0.0-20161109143554-76bb4ee9f0ab

go.work

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
go 1.23.0
44

5+
godebug default=go1.23
6+
57
use (
68
.
79
./staging/src/k8s.io/api

hack/tools/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module k8s.io/kubernetes/hack/tools
22

33
go 1.23.0
44

5+
godebug default=go1.23
6+
57
require (
68
github.com/aojea/sloppy-netparser v0.0.0-20210819225411-1b3bd8b3b975
79
github.com/cespare/prettybench v0.0.0-20150116022406-03b8cfe5406c

hack/tools/go.work

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@
33

44
go 1.23.0
55

6+
godebug default=go1.23
7+
68
use .

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ module k8s.io/api
44

55
go 1.23.0
66

7+
godebug default=go1.23
8+
79
require (
810
github.com/gogo/protobuf v1.3.2
911
github.com/stretchr/testify v1.9.0

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ module k8s.io/apiextensions-apiserver
44

55
go 1.23.0
66

7+
godebug default=go1.23
8+
79
require (
810
github.com/emicklei/go-restful/v3 v3.11.0
911
github.com/gogo/protobuf v1.3.2

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ module k8s.io/apimachinery
44

55
go 1.23.0
66

7+
godebug default=go1.23
8+
79
require (
810
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
911
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ module k8s.io/apiserver
44

55
go 1.23.0
66

7+
godebug default=go1.23
8+
79
require (
810
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a
911
github.com/coreos/go-oidc v2.2.1+incompatible

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ module k8s.io/cli-runtime
44

55
go 1.23.0
66

7+
godebug default=go1.23
8+
79
require (
810
github.com/google/gnostic-models v0.6.8
911
github.com/google/go-cmp v0.6.0

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ module k8s.io/client-go
44

55
go 1.23.0
66

7+
godebug default=go1.23
8+
79
require (
810
github.com/gogo/protobuf v1.3.2
911
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da

0 commit comments

Comments
 (0)