Skip to content

Commit

Permalink
fix: add goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
slaysd committed Nov 18, 2020
1 parent 694ea91 commit 0ac47e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
before:
hooks:
# You may remove this if you don't use go modules.
# - go mod download
- go mod download
# you may remove this if you don't need go generate
# - go generate ./...
- go generate ./...
builds:
- env:
- CGO_ENABLED=0
Expand Down

0 comments on commit 0ac47e2

Please sign in to comment.