fix: builds not using ldflags

This commit is contained in:
Adriano Caloiaro 2025-04-08 18:25:29 -06:00
parent f6c589e531
commit 7044f82906

View file

@ -22,7 +22,7 @@ import (
var (
version = "dev"
commit = "none"
date = time.Now().Format(time.RFC822)
date = time.Now().Format(time.RFC3339)
)
type exampleFlag map[string]string