Skip to content

Commit 45925f3

Browse files
🌱 fix: run make generate to fix ci (#4353)
1 parent 8a47329 commit 45925f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

testdata/project-v4-multigroup/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module sigs.k8s.io/kubebuilder/testdata/project-v4-multigroup
33
go 1.22.0
44

55
require (
6-
github.com/cert-manager/cert-manager v1.16.1
6+
github.com/cert-manager/cert-manager v1.16.2
77
github.com/onsi/ginkgo/v2 v2.19.0
88
github.com/onsi/gomega v1.33.1
99
k8s.io/api v0.31.1

testdata/project-v4/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module sigs.k8s.io/kubebuilder/testdata/project-v4
33
go 1.22.0
44

55
require (
6-
github.com/cert-manager/cert-manager v1.16.1
6+
github.com/cert-manager/cert-manager v1.16.2
77
github.com/onsi/ginkgo/v2 v2.19.0
88
github.com/onsi/gomega v1.33.1
99
k8s.io/api v0.31.1

0 commit comments

Comments
 (0)