Skip to content

Commit

Permalink
add appropriate version tag in cmd/builder goreleaser config (#665)
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>
  • Loading branch information
jackgopack4 and TylerHelmuth authored Sep 27, 2024
1 parent 1e1b2fa commit 24c11af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/builder/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ builds:
- flags:
- -trimpath
ldflags:
- -s -w
- -s -w -X go.opentelemetry.io/collector/cmd/builder/internal.version={{ .Version }}
env:
- CGO_ENABLED=0
goos:
Expand Down

0 comments on commit 24c11af

Please sign in to comment.