Resolve "Verify and adjust goreleaser with compilation date as constant"
General MR
Summary
(Summarize the purpose of the MR)
Relevant logs/screenshots
Verified!
With the code in Main.go:
constants, _ := static.GetDefaultConstants()
fmt.Printf("Constant Compilation Date of bbctl: %s\n\n", constants.BigBangBuildDate)
we get these two outputs from the two different methods for builds:
Goreleaser:
Make build:
Both methods show the constant compilation time/date of bbctl as populated with 2025-01-03Txx:xx:xxZ
Linked Issue
Upgrade Notices
(Include any relevant notes about upgrades here or write "N/A" if there are none)
Closes #300 (closed)
Edited by Darrien Lee