You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Ale-Cas , I don't think this is necessary since the pipeline's workflow operates independently. I suggest removing the linter from your system and reinstalling the latest version.
Even I installed it from the official binary, and it seems to be compatible with the pipeline.
Also, ensure your linter is detecting the correct path where you're applying the fixes—that's a common issue in many cases.
The linter is installed in the CI using:
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.64
Instead of using go install the official binaries (compiled with go v1.24) should be used.
Related issues:
The text was updated successfully, but these errors were encountered: