contextcheck
linter is broken in Github Actions
#4551
Labels
duplicate
This issue or pull request already exists
Welcome
Description of the problem
I was using the linter
contextcheck
with golangci-lint version 1.56.2 and earlier and there was absoloutely no problem,Yesterday golangci-lint 1.57.0 was released and in the pipelines of our companies the following error appeared:
This issue started yesterday and with the previous version 1.56.2 it was working.
Latest version of contextcheck is from 1 year ago so I suppose this is a problem related to some change in the latest version.
I tried to reproduce this issue locally but I haven't had any success.
I write this issue anyway so maybe someone can discover what it is.
We disabled this specific linter completely in our pipeline as a temporary fix.
Version of golangci-lint
1.57.0
This is the Github Actions pipeline step:
Configuration
Go environment
We use GitHub actions with this configuration step:
Verbose output of running
A minimal reproducible example or link to a public repository
Validation
The text was updated successfully, but these errors were encountered: