Replies: 2 comments 1 reply
-
Hey, thank you for opening your first Issue ! 🙂 If you would like to contribute we have a guide for contributors. |
Beta Was this translation helpful? Give feedback.
-
Hi folks, I'm reopening this discussion, curious to know what variables affects the speed of While we had that fixed, our currently running pipeline (only 1 instance of |
Beta Was this translation helpful? Give feedback.
-
Welcome
Description of the problem
Hello. I'm having troubles using the binary installed in a GitHub Actions runner (not
golangci-lint-action
) . The gist of it is I have a wrapper that would spawn go routines running the installed binary (exec.Command
).I've tested it on CI, spawning only 2 go routines, but I keep getting timeout, even when I set it to 10 mins. Too long considering I only have 7 linters enabled. Running locally works fine, tested with 3 go routines.
Looking at the debug log it seems to stuck at this process, though I have no idea what it's actually doing or what impacts it (maybe resource?):
Thanks in advance!
Version of golangci-lint
Configuration
Go environment
Verbose output of running
A minimal reproducible example or link to a public repository
// add your code here
Validation
Beta Was this translation helpful? Give feedback.
All reactions