Skip to content

fix: Makefile ldflags use wrong module path #30

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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