File tree Expand file tree Collapse file tree 8 files changed +1
-15
lines changed
cronjob-tutorial/testdata/project
getting-started/testdata/project
pkg/plugins/golang/v4/scaffolds/internal/templates
project-v4-multigroup-with-deploy-image
project-v4-with-deploy-image Expand file tree Collapse file tree 8 files changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ module tutorial.kubebuilder.io/project
22
33go 1.22.0
44
5- toolchain go1.22.3
6-
75require (
86 github.com/onsi/ginkgo/v2 v2.17.1
97 github.com/onsi/gomega v1.32.0
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ module example.com/memcached
22
33go 1.22.0
44
5- toolchain go1.22.3
6-
75require (
86 github.com/onsi/ginkgo/v2 v2.17.1
97 github.com/onsi/gomega v1.32.0
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ func (f *GoMod) SetTemplateDefaults() error {
4545
4646const goModTemplate = `module {{ .Repo }}
4747
48- go 1.22
48+ go 1.22.0
4949
5050require (
5151 sigs.k8s.io/controller-runtime {{ .ControllerRuntimeVersion }}
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ module sigs.k8s.io/kubebuilder/testdata/project-v4-multigroup-with-deploy-image
22
33go 1.22.0
44
5- toolchain go1.22.3
6-
75require (
86 github.com/onsi/ginkgo/v2 v2.17.1
97 github.com/onsi/gomega v1.32.0
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ module sigs.k8s.io/kubebuilder/testdata/project-v4-multigroup
22
33go 1.22.0
44
5- toolchain go1.22.3
6-
75require (
86 github.com/onsi/ginkgo/v2 v2.17.1
97 github.com/onsi/gomega v1.32.0
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ module sigs.k8s.io/kubebuilder/testdata/project-v4-with-deploy-image
22
33go 1.22.0
44
5- toolchain go1.22.3
6-
75require (
86 github.com/onsi/ginkgo/v2 v2.17.1
97 github.com/onsi/gomega v1.32.0
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ module sigs.k8s.io/kubebuilder/testdata/project-v4-with-grafana
22
33go 1.22.0
44
5- toolchain go1.22.3
6-
75require (
86 github.com/onsi/ginkgo/v2 v2.17.1
97 github.com/onsi/gomega v1.32.0
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ module sigs.k8s.io/kubebuilder/testdata/project-v4
22
33go 1.22.0
44
5- toolchain go1.22.3
6-
75require (
86 github.com/onsi/ginkgo/v2 v2.17.1
97 github.com/onsi/gomega v1.32.0
You can’t perform that action at this time.
0 commit comments