UNCLASSIFIED - NO CUI

Skip to content

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:

issue-300-goreleaser

Make build:

issue-300-make

Both methods show the constant compilation time/date of bbctl as populated with 2025-01-03Txx:xx:xxZ

Linked Issue

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

Merge request reports

Loading