Skip to content

Commit 096a743

Browse files
committed
fix(test): bump cert-manager version
new minor cert-manager version will be used in testdata projects Signed-off-by: Mario Constanti <mario.constanti@mercedes-benz.com>
1 parent 71ca1f8 commit 096a743

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

testdata/project-v4-multigroup/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module sigs.k8s.io/kubebuilder/testdata/project-v4-multigroup
33
go 1.24.0
44

55
require (
6-
github.com/cert-manager/cert-manager v1.18.1
6+
github.com/cert-manager/cert-manager v1.18.2
77
github.com/onsi/ginkgo/v2 v2.22.0
88
github.com/onsi/gomega v1.36.1
99
k8s.io/api v0.33.0

testdata/project-v4/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module sigs.k8s.io/kubebuilder/testdata/project-v4
33
go 1.24.0
44

55
require (
6-
github.com/cert-manager/cert-manager v1.18.1
6+
github.com/cert-manager/cert-manager v1.18.2
77
github.com/onsi/ginkgo/v2 v2.22.0
88
github.com/onsi/gomega v1.36.1
99
k8s.io/api v0.33.0

0 commit comments

Comments
 (0)