-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Required Lint Checks Failing on Main Branch #146
Comments
@deeglaze @thomas-fossati, am I missing anything? |
@Akhilesh-max, could you please copy the output of: golangci-lint --version and go version |
However, after updating to the versions specified in the our GitHub actions workflow file (linters.yml), the linter no longer throws errors on the main branch. I’ve also created a PR to update the Thanks! |
👍
Just for the records: that PR is closed and superseded by #148. |
@thomas-fossati, can this be closed now? |
Some of the required lint checks (
make lint
) are failing on the main branch on my local environment without me having made any changes.The text was updated successfully, but these errors were encountered: