Skip to content

Commit f34d821

Browse files
authoredOct 20, 2023
Update .slsa-goreleaser.yml
1 parent 383f441 commit f34d821

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed
 

‎.slsa-goreleaser.yml

-7
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,3 @@ goarch: amd64
2727
# {{ .Os }} will be replaced by goos field in the config file.
2828
# {{ .Arch }} will be replaced by goarch field in the config file.
2929
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

Comments
 (0)
Please sign in to comment.