customizing goGetDirs leads to renovate artifact failure #33052
Unanswered
ITler
asked this question in
Request Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How are you running Renovate?
A Mend.io-hosted app
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
No response
Please tell us more about your question or problem
I have got a repository, which has a
go.mod
file in the root and in a certain sub-directory, i.e.foo/go.mod
.I would want renovate to only check the
foo/go.mod
.Actual behavior of renovate
With
Renovate reports an:⚠️ Artifact update problem
Command failed: go get -d -t ./foo go: -d flag is deprecated. -d=true is a no-op go: ./foo (/tmp/renovate/repos/github/REDACTED/REDACTED/foo/foo) is not a package in module rooted at /tmp/renovate/repos/github/REDACTED/REDACTED/foo
Desired behavior of renovate
With
renovate should execute:
Equivalently, with
renovate should do
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions