sdk-go icon indicating copy to clipboard operation
sdk-go copied to clipboard

Feature Request: Include Version in workflowcheck -V=full Output

Open deepika-awasthi opened this issue 6 months ago • 2 comments

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> ...

deepika-awasthi avatar Jun 18 '25 17:06 deepika-awasthi

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!

Sushisource avatar Jul 01 '25 16:07 Sushisource

Hi is this issue still available? I'm interested in contributing as a first timer!

kris-gaudel avatar Jul 21 '25 06:07 kris-gaudel