Skip to content

Commit 3d509a9

Browse files
committed
removing envs and flags from goreleaser as well, dry ran
1 parent 2d61049 commit 3d509a9

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.goreleaser.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
env:
2-
- GO111MODULE=on
31
builds:
42
- main: cmd/serve/main.go
53
binary: serve
@@ -18,7 +16,7 @@ builds:
1816
env:
1917
- CGO_ENABLED=0
2018
ldflags:
21-
- -s -w -X main.version={{.Version}}
19+
- -X main.version={{.Version}}
2220
archives:
2321
- id: tarball
2422
format: tar.gz
@@ -30,8 +28,7 @@ archives:
3028
386: i386
3129
amd64: x86_64
3230
brews:
33-
-
34-
github:
31+
- github:
3532
owner: syntaqx
3633
name: homebrew-tap
3734
folder: Formula

0 commit comments

Comments
 (0)