Skip to content

Commit

Permalink
Update .slsa-goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SoundGoof authored Oct 20, 2024
1 parent d2f97f4 commit 0d338fc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .slsa-goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ goarch: amd64
binary: binary-{{ .Os }}-{{ .Arch }}

# (Optional) ldflags generated dynamically in the workflow, and set as the `evaluated-envs` input variables in the workflow.
ldflags:
- "-X main.Version={{ .Env.VERSION }}"
- "-X main.Commit={{ .Env.COMMIT }}"
- "-X main.CommitDate={{ .Env.COMMIT_DATE }}"
- "-X main.TreeState={{ .Env.TREE_STATE }}"
#ldflags:
# - "-X main.Version={{ .Env.VERSION }}"
# - "-X main.Commit={{ .Env.COMMIT }}"
# - "-X main.CommitDate={{ .Env.COMMIT_DATE }}"
# - "-X main.TreeState={{ .Env.TREE_STATE }}"

0 comments on commit 0d338fc

Please sign in to comment.