Skip to content

Commit

Permalink
fix: add a dummy date
Browse files Browse the repository at this point in the history
cmd.NewBuildInfo returns an error if the date is empty and aborts the program. This is the case for users installing the binary with .
  • Loading branch information
Thomas Gosteli committed Feb 4, 2021
1 parent 748e792 commit 3ee769b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/changelog/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
var (
version = "dev"
commit = "12345678"
date = ""
date = "2006-01-02T15:04:05Z07:00"
)

func main() {
Expand Down

0 comments on commit 3ee769b

Please sign in to comment.