Gomod dependency updates type are now patch (where digest before) #29034
Labels
manager:gomod
Go Modules
priority-2-high
Bugs impacting wide number of users or very important features
regression
Issue about a regression bug, or the PR caused it
type:bug
Bug fix of existing functionality
Discussed in #29033
Originally posted by aerialls May 13, 2024
What would you like help with?
I think I found a bug
How are you running Renovate?
Self-hosted
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
GitLab with the latest Renovate version
Please tell us more about your question or problem
Hello,
Not sure this is a bug but I found a change of behavior introduced in 37.327.1 using the
gomod
manager. Updates from the modulegoogle.golang.org/genproto/googleapis/rpc
are found of typepatch
as of before version 37.327.1, the typedigest
was returned.A full working repository is available at https://github.com/aerialls/renovate-gomod. I've also attached in the README the log from both versions to highlight the change of
updateType
Logs (if relevant)
37.327.0
Check the
updateType
.37.327.1
Check the
updateType
.The text was updated successfully, but these errors were encountered: