We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3996948 commit c8c8d7eCopy full SHA for c8c8d7e
.goreleaser.yaml
@@ -21,7 +21,7 @@ builds:
21
flags:
22
- -trimpath
23
ldflags:
24
- - -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{ .CommitDate }}
+ - -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{ .CommitDate }} -buildid={{ .Commit }}
25
26
gomod:
27
proxy: true
0 commit comments