Skip to content

Commit

Permalink
🌱 fix: run make generate to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
monteiro-renato committed Nov 20, 2024
1 parent 0f15ebc commit df0c62b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testdata/project-v4-multigroup/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module sigs.k8s.io/kubebuilder/testdata/project-v4-multigroup
go 1.22.0

require (
github.com/cert-manager/cert-manager v1.16.1
github.com/cert-manager/cert-manager v1.16.2
github.com/onsi/ginkgo/v2 v2.19.0
github.com/onsi/gomega v1.33.1
k8s.io/api v0.31.1
Expand Down
2 changes: 1 addition & 1 deletion testdata/project-v4/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module sigs.k8s.io/kubebuilder/testdata/project-v4
go 1.22.0

require (
github.com/cert-manager/cert-manager v1.16.1
github.com/cert-manager/cert-manager v1.16.2
github.com/onsi/ginkgo/v2 v2.19.0
github.com/onsi/gomega v1.33.1
k8s.io/api v0.31.1
Expand Down

0 comments on commit df0c62b

Please sign in to comment.