Skip to content

Commit 35a74c2

Browse files
author
Josh Newman
committed
fix ldflags
1 parent c7116aa commit 35a74c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ builds:
66
env:
77
- CGO_ENABLED=0
88
ldflags:
9-
- X github.com/technicallyjosh/easy-params/cmd.version={{ .Version }}
9+
- -X github.com/technicallyjosh/easy-params/cmd.version={{ .Version }}
1010
archives:
1111
- replacements:
1212
darwin: Darwin

0 commit comments

Comments
 (0)