Skip to content

Commit

Permalink
build: Disable LD Flags
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb committed Sep 8, 2022
1 parent 7ce8945 commit 96b5edc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ builds:
flags:
- -mod=readonly
- -trimpath
ldflags:
- -X github.com/forbole/juno/v3/cmd.Version={{ .Version }}
- -X github.com/forbole/juno/v3/cmd.Commit={{ .Commit }}
# ldflags:
# - -X github.com/forbole/juno/v3/cmd.Version={{ .Version }}
# - -X github.com/forbole/juno/v3/cmd.Commit={{ .Commit }}

archives:
- id: release-archives
Expand Down

0 comments on commit 96b5edc

Please sign in to comment.