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
Yes, I understand that the GitHub action repository is not the repository of golangci-lint itself.
Yes, I've searched similar issues on GitHub and didn't find any.
Yes, I've included all information below (version, config, etc).
Description of the problem
Since yesterday our CI step started to fail. With no error messages, simply hanging forever.
Looking into logs it seems we now have go 1.23. And the last working commit was using 1.22
Not sure yet what could be the exact issue (will update my findings) but for now it just does not work completely
OK, golangci/golangci-lint#4837
TBH not sure if there is anything that the action can do here.
Maybe it is possible to add check if go is 1.23 and lint is < 1.60 to print meaningful error message
Welcome
Description of the problem
Since yesterday our CI step started to fail. With no error messages, simply hanging forever.
Looking into logs it seems we now have go 1.23. And the last working commit was using 1.22
Not sure yet what could be the exact issue (will update my findings) but for now it just does not work completely
Version of golangci-lint
1.59.1
Version of the GitHub Action
v6
Workflow file
Golangci-lint configuration
Go version
1.23
Code example or link to a public repository
// add your code here
The text was updated successfully, but these errors were encountered: