renovate
renovate copied to clipboard
Golang psuedo-version parsed as valid semver
What would you like Renovate to be able to do?
Ref: https://github.com/renovatebot/renovate/discussions/17079
Renovate should be able to parse golang's "psuedo-versions" for dependencies that were added prior to the existence of a tagged version on its repo. Example repo https://github.com/sp3nx0r/renovate-golang-semver . In the example repo, it's pinned to v0.0.0-20220106215444-fb4bf637b56d
which is the timestamp and commit sha combo of the latest commit.
If you have any ideas on how this should be implemented, please tell us here.
Add parsing to take the
Is this a feature you are interested in implementing yourself?
No
By the way, it's spelled pseudo
. 😉
Please add a readme to the reproduction repo describing expected behavior vs actual. It's not clear form here and the repo about what is wrong.
Hi there,
Get your issue 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.
To get started, please read our guide on creating a minimal reproduction.
We may close the issue if you, or someone else, haven't created a minimal reproduction within two weeks. If you need more time, or are stuck, please ask for help or more time in a comment.
Good luck,
The Renovate team