-
Notifications
You must be signed in to change notification settings - Fork 255
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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> ...
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request