We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2503f3a commit 70ea9cfCopy full SHA for 70ea9cf
.goreleaser.yaml
@@ -9,9 +9,9 @@ builds:
9
- -trimpath
10
ldflags:
11
- -s -w
12
- - -X {{ .ModulePath }}/pkg/consts.Version={{ .Version }}
13
- - -X {{ .ModulePath }}/pkg/consts.Commit={{ .ShortCommit }}
14
- - -X {{ .ModulePath }}/pkg/consts.CommitDate={{ .CommitDate }}
+ - -X github.com/iyear/tdl/pkg/consts.Version={{ .Version }}
+ - -X github.com/iyear/tdl/pkg/consts.Commit={{ .ShortCommit }}
+ - -X github.com/iyear/tdl/pkg/consts.CommitDate={{ .CommitDate }}
15
mod_timestamp: '{{ .CommitTimestamp }}'
16
goos:
17
- linux
0 commit comments