Go mod update from v1 to v2 results in incorrect double version suffix in URL #8562
Labels
manager:gomod
Go Modules
priority-2-high
Bugs impacting wide number of users or very important features
status:requirements
Full requirements are not yet known, so implementation should not be started
type:bug
Bug fix of existing functionality
What Renovate type, platform and version are you using?
Test A
Test B
Describe the bug
I have a Go module repo that, in its
Go.mod
file, references:The latest version of
fiber
isv2.4.1
. When Renovate sends a PR, it looks like this:Notice the double
/v2/v2
suffix. This is wrong, and the PR fails. It should be just one/v2
instead.Relevant debug logs
Have you created a minimal reproduction repository?
Yes. It can be found here and the bad PR is here.
The text was updated successfully, but these errors were encountered: