Closed shiyuhang0 closed 1 month ago
Hello,
without a reproducible example, it's impossible to diagnose.
So, please, provide a reproducible example: the information of the full workflow, the go.mod
, the exact local Go version, etc.
@ldez
Hi, thank you for the development and maintainance!
we are also experiencing the performance degradation after bumping from v1.57 to v1.61
here are the information.
1.23.2
Hope this helps, and thanks in advance.
Thanks. It runs well after the first slow execution, maybe there are too many codes to check in the first execution when upgrade
Welcome
Description of the problem
I find the action takes 15min when I use golangco-lint v1.61 and go 1.23. Before, it takes 5 min for golangco-lint v1.58 and go 1.22.
Version of golangci-lint
1.61
Version of the GitHub Action
v6
Workflow file
Golangci-lint configuration
Go version
1.23
Code example or link to a public repository