Issue with Github actions asking for go mod tidy
#23773
Replies: 1 comment
-
Hey!
Let me know if this helped &|| if you could provide more details about this particular error. Best of luck! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm working on a PR to implement a new component. During my work I ran into an issue with several GitHub Actions failing.
My fork I am working on/Pr is here: Bit-Quill#20.
I'm getting many failed actions, one of which is
[prometheus-compliance-tests](https://github.com/Bit-Quill/opentelemetry-collector-contrib/actions/runs/5382677918/jobs/9768431925?pr=20#logs)
:When I run
go mod tidy
as it recommends I don't see any changes to my files that I am able to commit.I know it's not got any functionality yet, but I am trying to just prove that the actions can pass for me before I start on the major functionality.
I have been stuck on this issue for a bit and would really appreciate any help!
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions