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.