opentelemetry-collector-contrib icon indicating copy to clipboard operation
opentelemetry-collector-contrib copied to clipboard

[chore] add gogenerate makefile target

Open codeboten opened this issue 1 year ago • 2 comments

Not sure why there wasn't a gogenerate yet, but this allows running generate for groups the way other go* makefile targets do.

codeboten avatar Aug 08 '24 21:08 codeboten

CI error: doc.go:4: running "mdatagen": exec: "mdatagen": executable file not found in $PATH

Interestingly, the core repository installs the mdatagen tool into the GOPATH instead of the local .tools directory. I think that's the reason why the CI is failing. Should we install the tool in the GOPATH too or maybe just use relative paths to the mdatagen in the Go generate directives?

rogercoll avatar Aug 09 '24 08:08 rogercoll

This PR was marked stale due to lack of activity. It will be closed in 14 days.

github-actions[bot] avatar Aug 27 '24 05:08 github-actions[bot]

Closed as inactive. Feel free to reopen if this PR is still being worked on.

github-actions[bot] avatar Sep 10 '24 05:09 github-actions[bot]