go-get=1 404 response on private golang modules #17854
Unanswered
ajhcpt
asked this question in
Request Help
Replies: 1 comment 3 replies
-
|
From a quick code review it looks like Renovate is trying to fetch directly in order to get the What is the impact of it timing out? Does it error quickly or slowly? And does it result in the job being aborted, or continuing? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I've run into another issue with our privately hosted go modules. Our setup is:
As per this diagram:
our own interally build dependencies have a path like: "test.net/validation".
Renovate gets the version list using the GOPROXY environment variable:
https://private.artificatory.test.net/artifactory/api/go/go-remote-repo/test.net/validation/@v/list
Then it tries to get the Datasource via:
the
pkgUrlthat is built up ishttps://test.net/validation?go-get=1. However we are not serving anything at this URL and so the request times out.Is there a way to workaround this with configuration?
Beta Was this translation helpful? Give feedback.
All reactions