build: fix goreleaser, include optional builder name

builder name shows up in about section again, as does the build time.
This commit is contained in:
Harvey Tindall
2023-06-23 14:41:21 +01:00
parent f083d6b53f
commit b7b3aa1eb7
8 changed files with 22 additions and 7 deletions
+2
View File
@@ -53,6 +53,8 @@ var (
white = color.New(color.FgWhite).SprintfFunc()
version string
commit string
buildTimeUnix string
builtBy string
)
var temp = func() string {