We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede63f8 commit f37b773Copy full SHA for f37b773
internal/version/version.go
@@ -57,7 +57,7 @@ func New() Version {
57
if testVersion := os.Getenv("KUBEBUILDER_TEST_VERSION"); testVersion != "" {
58
v.KubeBuilderVersion = testVersion
59
v.GitCommit = "test-commit"
60
- v.BuildDate = "2025-01-01T00:00:00Z"
+ v.BuildDate = "1970-01-01T00:00:00Z"
61
}
62
63
return v
0 commit comments