Skip to content

Commit

Permalink
Fixing GoReleaser Flags
Browse files Browse the repository at this point in the history
  • Loading branch information
otaviof committed Aug 19, 2023
1 parent 3b2161f commit 1543e23
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ builds:
goos:
- linux
env:
- GOFLAGS="-v -a"
- CGO_LDFLAGS="-s -w"
flags:
- -a
Expand All @@ -23,7 +22,6 @@ builds:
goos:
- darwin
env:
- GOFLAGS="-v -a"
- CGO_LDFLAGS="-s -w"
flags:
- -a
Expand Down

0 comments on commit 1543e23

Please sign in to comment.