Closed
Description
I'm not sure how related to the other Windows issues this is, but the Windows CI seems to be consistently failing (the errors are being ignored so it always shows the "passing" status). You can see the error here: https://github.com/golangci/golangci-lint/runs/1141826954 after I removed the option to stop ignoring errors.
To repro it's simple:
- Remove
continue-on-error: true
from thetests-on-windows
job in.github/workflow/pr.yml
- Create a PR to run the CI.
The error seems to be related to gofmt and might be related to #580. I don't have a Windows machine, so I'd rather let this to Windows people to figure it out.