Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support GoMock in golang artifact downloading #14179

Closed
Charles546 opened this issue Feb 11, 2022 · 2 comments
Closed

Support GoMock in golang artifact downloading #14179

Charles546 opened this issue Feb 11, 2022 · 2 comments
Labels
status:requirements Full requirements are not yet known, so implementation should not be started type:feature Feature (new functionality)

Comments

@Charles546
Copy link

What would you like Renovate to be able to do?

We use GoMock to generate mock objects in our CI/CD pipelines. See the Makefile for details. The mocking files are not stored in GitHub, but instead, are generated whenever they are needed. Renovate uses go get to download the modules and update go.sum. However, go get fails due to missing of the mocking files. An example is this PR. It would be nice if renovate could give an opportunity for the files to be generated through a make command etc., before running the go get command.

If you have any ideas on how this should be implemented, please tell us here.

None at tht moment

Is this a feature you are interested in implementing yourself?

Maybe

@Charles546 Charles546 added priority-5-triage status:requirements Full requirements are not yet known, so implementation should not be started type:feature Feature (new functionality) labels Feb 11, 2022
@rarkins
Copy link
Collaborator

rarkins commented Nov 25, 2022

Duplicate of #18845

@rarkins rarkins marked this as a duplicate of #18845 Nov 25, 2022
@rarkins rarkins closed this as not planned Won't fix, can't repro, duplicate, stale Nov 25, 2022
@rarkins
Copy link
Collaborator

rarkins commented Nov 25, 2022

Duplicate of #8804

@rarkins rarkins marked this as a duplicate of #8804 Nov 25, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status:requirements Full requirements are not yet known, so implementation should not be started type:feature Feature (new functionality)
Projects
None yet
Development

No branches or pull requests

2 participants