Replies: 0 comments 1 reply
-
|
I had to do this exact same thing in our codebase. Thank you for this solution, it worked for us and unblocked us. |
Beta Was this translation helpful? Give feedback.
0 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.
-
In Github Actions we got this:
It worked fine locally.
Here is how we solved it:
In the action add this after checkout before running golangci-lint:
Now the above error is gone.
Beta Was this translation helpful? Give feedback.
All reactions