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
Is your feature request related to a problem? Please describe.
this is for tool -> go.temporal.io/sdk/contrib/tools/workflowcheck
the binary doesn't embed its version information (like semver, buildID, or git hash). The output of workflowcheck -V=full currently shows "version devel".
➜ sdk-go git:(master) workflowcheck -V=full /Users/deepikaawasthi/go/bin/workflowcheck version devel comments-go-here buildID=793f950a87bc23493a6d8e28dd0f8db2adb5fbcae25a78eb37fd8d25150b4bd7
Describe the solution you'd like
workflowcheck binary to include the version that was used during its installation