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
2
2
3
3
go 1.22.0
4
4
5
- toolchain go1.22.3
6
-
7
5
require (
8
6
github.com/onsi/ginkgo/v2 v2.17.1
9
7
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
2
2
3
3
go 1.22.0
4
4
5
- toolchain go1.22.3
6
-
7
5
require (
8
6
github.com/onsi/ginkgo/v2 v2.17.1
9
7
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 {
45
45
46
46
const goModTemplate = `module {{ .Repo }}
47
47
48
- go 1.22
48
+ go 1.22.0
49
49
50
50
require (
51
51
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
2
2
3
3
go 1.22.0
4
4
5
- toolchain go1.22.3
6
-
7
5
require (
8
6
github.com/onsi/ginkgo/v2 v2.17.1
9
7
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
2
2
3
3
go 1.22.0
4
4
5
- toolchain go1.22.3
6
-
7
5
require (
8
6
github.com/onsi/ginkgo/v2 v2.17.1
9
7
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
2
2
3
3
go 1.22.0
4
4
5
- toolchain go1.22.3
6
-
7
5
require (
8
6
github.com/onsi/ginkgo/v2 v2.17.1
9
7
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
2
2
3
3
go 1.22.0
4
4
5
- toolchain go1.22.3
6
-
7
5
require (
8
6
github.com/onsi/ginkgo/v2 v2.17.1
9
7
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
2
2
3
3
go 1.22.0
4
4
5
- toolchain go1.22.3
6
-
7
5
require (
8
6
github.com/onsi/ginkgo/v2 v2.17.1
9
7
github.com/onsi/gomega v1.32.0
You can’t perform that action at this time.
0 commit comments