Skip to content

Commit f37b773

Browse files
Update internal/version/version.go
Co-authored-by: Copilot <[email protected]>
1 parent ede63f8 commit f37b773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func New() Version {
5757
if testVersion := os.Getenv("KUBEBUILDER_TEST_VERSION"); testVersion != "" {
5858
v.KubeBuilderVersion = testVersion
5959
v.GitCommit = "test-commit"
60-
v.BuildDate = "2025-01-01T00:00:00Z"
60+
v.BuildDate = "1970-01-01T00:00:00Z"
6161
}
6262

6363
return v

0 commit comments

Comments
 (0)