Skip to content

fix: Makefile ldflags use wrong module path #30

@rbansal42

Description

@rbansal42

The Makefile at line 5 uses github.com/rbansal42/bb/internal/cmd.Version but the actual module path is github.com/rbansal42/bitbucket-cli/internal/cmd.Version. This means make build produces a binary where Version and BuildDate remain at their default values. The .goreleaser.yml and Dockerfile use the correct path.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions