We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed6bbf2 commit e330c94Copy full SHA for e330c94
.goreleaser.yml
@@ -5,6 +5,7 @@ before:
5
builds:
6
- id: id1
7
binary: spotprice
8
+ dir: ./cmd/spotprice
9
ldflags:
10
- -extldflags "-static" -s -w -X main.commit={{.Commit}} -X main.date={{.Date}} -X main.builtBy=goreleaser -X main.Version={{.Version}} -X main.Revision={{.ShortCommit}}
11
env:
0 commit comments