Skip to content

Commit 852bcf0

Browse files
committed
Remove redundant/noisy godebug default= lines from go.mod.
1 parent 6790714 commit 852bcf0

File tree

9 files changed

+0
-18
lines changed
  • docs/book/src
    • cronjob-tutorial/testdata/project
    • getting-started/testdata/project
    • multiversion-tutorial/testdata/project
    • simple-external-plugin-tutorial/testdata/sampleexternalplugin/v1
  • pkg/plugins/golang/v4/scaffolds/internal/templates
  • testdata

9 files changed

+0
-18
lines changed

docs/book/src/cronjob-tutorial/testdata/project/go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module tutorial.kubebuilder.io/project
22

33
go 1.24.0
44

5-
godebug default=go1.24
6-
75
require (
86
github.com/onsi/ginkgo/v2 v2.22.0
97
github.com/onsi/gomega v1.36.1

docs/book/src/getting-started/testdata/project/go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module example.com/memcached
22

33
go 1.24.0
44

5-
godebug default=go1.24
6-
75
require (
86
github.com/onsi/ginkgo/v2 v2.22.0
97
github.com/onsi/gomega v1.36.1

docs/book/src/multiversion-tutorial/testdata/project/go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module tutorial.kubebuilder.io/project
22

33
go 1.24.0
44

5-
godebug default=go1.24
6-
75
require (
86
github.com/onsi/ginkgo/v2 v2.22.0
97
github.com/onsi/gomega v1.36.1

docs/book/src/simple-external-plugin-tutorial/testdata/sampleexternalplugin/v1/go.mod

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

33
go 1.23.0
44

5-
godebug default=go1.23
6-
75
require (
86
github.com/spf13/pflag v1.0.6
97
sigs.k8s.io/kubebuilder/v4 v4.5.2

go.mod

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

33
go 1.24.0
44

5-
godebug default=go1.24
6-
75
require (
86
github.com/gobuffalo/flect v1.0.3
97
github.com/onsi/ginkgo/v2 v2.23.4

pkg/plugins/golang/v4/scaffolds/internal/templates/gomod.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ const goModTemplate = `module {{ .Repo }}
4747
4848
go 1.24.0
4949
50-
godebug default=go1.24
51-
5250
require (
5351
sigs.k8s.io/controller-runtime {{ .ControllerRuntimeVersion }}
5452
)

testdata/project-v4-multigroup/go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module sigs.k8s.io/kubebuilder/testdata/project-v4-multigroup
22

33
go 1.24.0
44

5-
godebug default=go1.24
6-
75
require (
86
github.com/cert-manager/cert-manager v1.17.1
97
github.com/onsi/ginkgo/v2 v2.22.0

testdata/project-v4-with-plugins/go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module sigs.k8s.io/kubebuilder/testdata/project-v4-with-plugins
22

33
go 1.24.0
44

5-
godebug default=go1.24
6-
75
require (
86
github.com/onsi/ginkgo/v2 v2.22.0
97
github.com/onsi/gomega v1.36.1

testdata/project-v4/go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module sigs.k8s.io/kubebuilder/testdata/project-v4
22

33
go 1.24.0
44

5-
godebug default=go1.24
6-
75
require (
86
github.com/cert-manager/cert-manager v1.17.1
97
github.com/onsi/ginkgo/v2 v2.22.0

0 commit comments

Comments
 (0)