-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dependabot: fails to handle creation of PRs with incompatible go module version updates #3228
Comments
While trying to fix this we noticed that there's a (since the docker/docker cve was removed manually the latest build didn't stumble over this any more) Now we are having problems with the new external dependency |
/good-first-issue Recent failure: https://prow.ci.kubevirt.io/view/gs/kubevirt-prow/logs/periodic-project-infra-dependabot-update/1770787529876836352 |
@brianmcarey: Guidelines
For more details on the requirements of such an issue, please see here and ensure that they are met. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with /lifecycle rotten |
dependabot should add
+incompatible
to go module versions that do not start with v0 or v1Without this errors occur when parsing go.mod leading to dependabot failing to create the update PR.
{"level":"panic","msg":"go.mod:39:2: require github.com/docker/docker: version "v24.0.7" invalid: should be v0 or v1, not v24","robot":"dependabot","time":"2024-01-30T13:23:52Z"}
https://prow.ci.kubevirt.io/view/gs/kubevirt-prow/logs/periodic-project-infra-dependabot-update/1752320530951704576
The text was updated successfully, but these errors were encountered: