Failing to update a go module from version+digest to newer version (which is without digest: v0.5.10). See in renovate.log :
"updates": [],
"packageName": "github.com/safchain/ethtool",
"warnings": [
{
"message": "Could not determine new digest for update (go package github.com/safchain/ethtool)",
"topic": "github.com/safchain/ethtool"
}
]
I'm running:
LOG_LEVEL=debug npx --package renovate -- renovate --platform=local
Since versions without digest is very common in go, the update should work and not complain about missing digest.