Skip to content

Commit

Permalink
Merge pull request #4012 from camilamacedo86/set-go-patch
Browse files Browse the repository at this point in the history
🐛 Align Go Version in go.mod Template to 1.22.0
  • Loading branch information
k8s-ci-robot authored Jul 11, 2024
2 parents a3a622e + 13d0a00 commit e475eb0
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 15 deletions.
2 changes: 0 additions & 2 deletions docs/book/src/cronjob-tutorial/testdata/project/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module tutorial.kubebuilder.io/project

go 1.22.0

toolchain go1.22.3

require (
github.com/onsi/ginkgo/v2 v2.17.1
github.com/onsi/gomega v1.32.0
Expand Down
2 changes: 0 additions & 2 deletions docs/book/src/getting-started/testdata/project/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module example.com/memcached

go 1.22.0

toolchain go1.22.3

require (
github.com/onsi/ginkgo/v2 v2.17.1
github.com/onsi/gomega v1.32.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func (f *GoMod) SetTemplateDefaults() error {

const goModTemplate = `module {{ .Repo }}
go 1.22
go 1.22.0
require (
sigs.k8s.io/controller-runtime {{ .ControllerRuntimeVersion }}
Expand Down
2 changes: 0 additions & 2 deletions testdata/project-v4-multigroup-with-deploy-image/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module sigs.k8s.io/kubebuilder/testdata/project-v4-multigroup-with-deploy-image

go 1.22.0

toolchain go1.22.3

require (
github.com/onsi/ginkgo/v2 v2.17.1
github.com/onsi/gomega v1.32.0
Expand Down
2 changes: 0 additions & 2 deletions testdata/project-v4-multigroup/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module sigs.k8s.io/kubebuilder/testdata/project-v4-multigroup

go 1.22.0

toolchain go1.22.3

require (
github.com/onsi/ginkgo/v2 v2.17.1
github.com/onsi/gomega v1.32.0
Expand Down
2 changes: 0 additions & 2 deletions testdata/project-v4-with-deploy-image/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module sigs.k8s.io/kubebuilder/testdata/project-v4-with-deploy-image

go 1.22.0

toolchain go1.22.3

require (
github.com/onsi/ginkgo/v2 v2.17.1
github.com/onsi/gomega v1.32.0
Expand Down
2 changes: 0 additions & 2 deletions testdata/project-v4-with-grafana/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module sigs.k8s.io/kubebuilder/testdata/project-v4-with-grafana

go 1.22.0

toolchain go1.22.3

require (
github.com/onsi/ginkgo/v2 v2.17.1
github.com/onsi/gomega v1.32.0
Expand Down
2 changes: 0 additions & 2 deletions testdata/project-v4/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module sigs.k8s.io/kubebuilder/testdata/project-v4

go 1.22.0

toolchain go1.22.3

require (
github.com/onsi/ginkgo/v2 v2.17.1
github.com/onsi/gomega v1.32.0
Expand Down

0 comments on commit e475eb0

Please sign in to comment.