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.
The Makefile at line 5 uses
github.com/rbansal42/bb/internal/cmd.Versionbut the actual module path isgithub.com/rbansal42/bitbucket-cli/internal/cmd.Version. This meansmake buildproduces a binary where Version and BuildDate remain at their default values. The .goreleaser.yml and Dockerfile use the correct path.