golang github.com private modules no longer work with renovate v38 #30627
Replies: 3 comments 14 replies
-
|
I run Renovate as a github action (self-hosted config). For me private packages stopped working with v38.0.0. Works with previous version 37.440.7. To fix this, I tried setting GOPRIVATE in my config like this: Yet I will still see Renovate trying to access my package via proxy: But if I set GOPRIVATE in my GitHub Action workflow, it will not use proxy as expected. Package is fetched from GitHub ok. Next problem is that I perform a postUpgradeTasks command including Is the authentication somehow lost/broken when running the postUpgradeTasks command now? |
Beta Was this translation helpful? Give feedback.
-
|
Same error on our side when using Mend Renovate hosted app on github.com. Yersteday, "internal" dependencies hosted on our organization's github repo were properly working and Renovate was able to update them with the go.sum update (with Today, that stopped working: Renovate is now unable to run After further checks, I think that the variables https://docs.renovatebot.com/getting-started/private-packages/#example-for-gomod If that's linked to recent changes on Thanks! |
Beta Was this translation helpful? Give feedback.
-
|
@rarkins we've enabled gosumdb, maybe that interfere? 🤷♂️ @michaeldop how do you configure go for your private repos? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What would you like help with?
None
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.
GitHub
Please tell us more about your question or problem
After upgrading to v38 of renovate I noticed that our private github modules were no longer working. On the latest version, renovate is no longer able to generate the go.sum file.
On 38 I receive this Artifact update problem and the go.sum file isn't generated:
If I downgrade renovate to 37.440.7 everything is working as expected.
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions