Feature Request: Include Version in workflowcheck -V=full Output
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
> go install go.temporal.io/sdk/contrib/tools/workflowcheck@<theVersion>
...
> workflowcheck -V=full
... <theVersion> ...
Not a priority for us at the moment, but @deepika-awasthi if you'd like to make a PR yourself we'd welcome it. Thanks!
Hi is this issue still available? I'm interested in contributing as a first timer!