Skip to content

Commit d7321e5

Browse files
🌱 fix testdata generation (#4569)
fix testdata generation
1 parent 93a0823 commit d7321e5

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
@@ -5,7 +5,7 @@ go 1.23.0
55
godebug default=go1.23
66

77
require (
8-
github.com/cert-manager/cert-manager v1.17.0
8+
github.com/cert-manager/cert-manager v1.17.1
99
github.com/onsi/ginkgo/v2 v2.21.0
1010
github.com/onsi/gomega v1.35.1
1111
k8s.io/api v0.32.0

testdata/project-v4/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.0
55
godebug default=go1.23
66

77
require (
8-
github.com/cert-manager/cert-manager v1.17.0
8+
github.com/cert-manager/cert-manager v1.17.1
99
github.com/onsi/ginkgo/v2 v2.21.0
1010
github.com/onsi/gomega v1.35.1
1111
k8s.io/api v0.32.0

0 commit comments

Comments
 (0)