Skip to content

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

@deepika-awasthi

Description

@deepika-awasthi

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions