Skip to content

Commit 7044f82

Browse files
committed
fix: builds not using ldflags
1 parent f6c589e commit 7044f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
var (
2323
version = "dev"
2424
commit = "none"
25-
date = time.Now().Format(time.RFC822)
25+
date = time.Now().Format(time.RFC3339)
2626
)
2727

2828
type exampleFlag map[string]string

0 commit comments

Comments
 (0)