You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Idea is to verify on PRs (pre-submit) that our go.mod file doesn't go out of sync with Kubernetes (with the k/k version we use). The goal is to avoid issues like this: #2742 which can easily sneak in when we just merge dependabot PRs.
(we might want to consider exceptions for a few dependencies like ginkgo / gomega but that is TBD)
The text was updated successfully, but these errors were encountered:
@sbueringer I created a small tool to verify go.mod and added it to the verify-modules make target. To proceed with enabling this verification in PRs, is it better to create a new dedicated workflow? Or add the tool to kubernetes-sigs/kubebuilder-release-tools?
xref: #2765 (comment)
Idea is to verify on PRs (pre-submit) that our go.mod file doesn't go out of sync with Kubernetes (with the k/k version we use). The goal is to avoid issues like this: #2742 which can easily sneak in when we just merge dependabot PRs.
(we might want to consider exceptions for a few dependencies like ginkgo / gomega but that is TBD)
The text was updated successfully, but these errors were encountered: