wrong gomod update of digest #33596
Replies: 2 comments
-
Hi there, Get your discussion fixed faster by creating a minimal reproduction. This means a repository dedicated to reproducing this issue with the minimal dependencies and config possible. Before we start working on your issue we need to know exactly what's causing the current behavior. A minimal reproduction helps us with this. Discussions without reproductions are less likely to be converted to Issues. Please follow these steps:
If you need help with running renovate on your minimal reproduction repository, please refer to our Running Renovate guide. The Renovate team |
Beta Was this translation helpful? Give feedback.
-
Seems like gomodules/jsonpatch#28 is confusing renovate. |
Beta Was this translation helpful? Give feedback.
-
How are you running Renovate?
Self-hosted Renovate
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
github
Please tell us more about your question or problem
In dominikholler/ssp-operator@e554a8d#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6L15
the line
is updated to
marked with the comment in dominikholler/ssp-operator@e554a8d#r151256912
but according to
https://pkg.go.dev/github.com/openshift/library-go?tab=versions
the updated line should similar to
The triggered implementation seems to be in https://github.com/renovatebot/renovate/blame/76ff1df549fc0f32730bf675e5e76f9e94e5fed9/lib/modules/manager/gomod/update.ts#L95 .
Is the description of the issue already usable, or is a minimal reproducer required?
Logs (if relevant)
Please find the complete log in https://gist.github.com/dominikholler/851601195c8b8e1b553a7a1e2038c375
The most relevant lines in the log might be
Beta Was this translation helpful? Give feedback.
All reactions