We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64ad8e7 commit d199240Copy full SHA for d199240
.goreleaser.yaml
@@ -17,13 +17,13 @@ builds:
17
- arm64
18
- 386
19
ldflags: |
20
- - "-s -w"
+ -s -w
21
-X github.com/nilotpaul/gospur/config.version={{.Version}}
22
-X github.com/nilotpaul/gospur/config.commit={{.Commit}}
23
-X github.com/nilotpaul/gospur/config.date={{.Date}}
24
25
archives:
26
- - format: tar.gz
+ - formats: [ 'tar.gz' ]
27
# this name template makes the OS and Arch compatible with the results of `uname`.
28
name_template: >-
29
{{ .ProjectName }}_
@@ -35,4 +35,4 @@ archives:
35
# use zip for windows archives
36
format_overrides:
37
- goos: windows
38
- format: zip
+ formats: [ 'zip' ]
0 commit comments