Missing current version timestamp for public Go packages #40720
-
How are you running Renovate?Self-hosted Renovate Which platform you running Renovate on?None Which version of Renovate are you using?42.84.2 Please tell us more about your question or problemI have tried the Logs (if relevant)log (redacted)Result of the log processing (redacted) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Are you also able to share the |
Beta Was this translation helpful? Give feedback.
-
|
Hi there, Someone (maybe even you) suggested the documentation should be improved. Good news, nearly all Renovate documentation is Open Source. This means you can improve the docs yourself! Please consider opening a PR to improve our documentation, instead of complaining (however subtly or politely). Even if English isn't your first language, or you're not sure what to write, please open a PR anyway. We will help you to finish the PR. You can make changes to our docs in your browser on GitHub.com. You don't need to clone any code with Git. Thanks, the Renovate |
Beta Was this translation helpful? Give feedback.
Thanks very much!
It took me a second to realise that
missingCurrentVersionTimestampsisn't a log line from Renovate, but part of a one-off script (that I wrote) to generate the reportYou'll notice that this is i.e.
{ "depType": "indirect", "datasource": "go", "managerData": { "multiLine": true, "lineNumber": 174 }, "packageName": "golang.org/x/sync", "skipReason": "disabled", "depName": "golang.org/x/sync", "currentValue": "v0.16.0", "enabled": false },In these cases, these are dependencies that aren't enabled due to Go modules'
ind…