We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 383f441 commit f34d821Copy full SHA for f34d821
.slsa-goreleaser.yml
@@ -27,10 +27,3 @@ goarch: amd64
27
# {{ .Os }} will be replaced by goos field in the config file.
28
# {{ .Arch }} will be replaced by goarch field in the config file.
29
binary: dorky-{{ .Os }}-{{ .Arch }}
30
-
31
-# (Optional) ldflags generated dynamically in the workflow, and set as the `evaluated-envs` input variables in the workflow.
32
-ldflags:
33
- - "-X main.Version={{ .Env.VERSION }}"
34
- - "-X main.Commit={{ .Env.COMMIT }}"
35
- - "-X main.CommitDate={{ .Env.COMMIT_DATE }}"
36
- - "-X main.TreeState={{ .Env.TREE_STATE }}"
0 commit comments