We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d61049 commit 3d509a9Copy full SHA for 3d509a9
.goreleaser.yml
@@ -1,5 +1,3 @@
1
-env:
2
- - GO111MODULE=on
3
builds:
4
- main: cmd/serve/main.go
5
binary: serve
@@ -18,7 +16,7 @@ builds:
18
16
env:
19
17
- CGO_ENABLED=0
20
ldflags:
21
- - -s -w -X main.version={{.Version}}
+ - -X main.version={{.Version}}
22
archives:
23
- id: tarball
24
format: tar.gz
@@ -30,8 +28,7 @@ archives:
30
28
386: i386
31
29
amd64: x86_64
32
brews:
33
- -
34
- github:
+ - github:
35
owner: syntaqx
36
name: homebrew-tap
37
folder: Formula
0 commit comments