-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
v1.47.0 regression with gci linter #2982
Comments
Hello, I confirm, I'm working on. |
are you able to reproduce that locally? Because I have the same problem with Github Action, but not locally. |
Got this also, on a private GitLab CI instance. Cleaning GitLab CI cache doesn't solve it. I can't reproduce it locally either, even with the same Docker image used (but not the same environment variables, etc.) edit: I'd like to add that we use |
No, unfortunately not. Running locally seem fine. I've tried dropping caches as well and it still works as expected. |
I've got the same issue: https://github.com/Kong/gateway-operator/runs/7390384872?check_suite_focus=true Also can't reproduce locally (neither on Mac M1, nor in an arm64 linux VM) |
The problem will be fixed by #2984 |
I've got the same issue as well. Thanks for already working on it! |
This is necessary until a fix for golangci/golangci-lint#2982 is released. It should come with v1.4.8 of golangci-lint.
v1.47.0 has a bug and it did not work on CI: golangci/golangci-lint#2982 Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
Welcome
Description of the problem
It seem using v1.47.0 docker image in GitHub action now fails: https://github.com/flexkube/libflexkube/runs/7389828332?check_suite_focus=true
Running locally and running
gci
linter independently works fine:Version of golangci-lint
Configuration file
Go environment
Verbose output of running
Code example or link to a public repository
// add your code here
The text was updated successfully, but these errors were encountered: