-
Notifications
You must be signed in to change notification settings - Fork 213
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
workflowcheck built on 1.23 does not find any findings #1627
Comments
I think this also shows a potential need for more test cases for the workflowcheck code, as updating the go sdk does not recognize that the analyzer itself actually stops working. |
I tried updating the Note the |
If I install workflowcheck using |
Thank you for finding this. Seems like quite a breaking change from Go! Link to the PR: #1642 |
We use this method for managing tools: https://marcofranssen.nl/manage-go-tools-via-go-modules
We've updated that go.mod to 1.23.0, and now when we run
workflowcheck
it has no findings. This is pretty easy to replicate, you can update thego.mod
file in https://github.com/temporalio/sdk-go/blob/master/contrib/tools/workflowcheck/go.mod and see that workflowcheck isn't able to do proper analysis.This code works properly up until 1.22.7.
The text was updated successfully, but these errors were encountered: