Skip to content

Commit

Permalink
Fix goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
pocockn committed Mar 26, 2020
1 parent e8c6925 commit 81fd8f1
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
# This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
env:
- GO111MODULE=on
before:
hooks:
# you may remove this if you don't use vgo
- go mod download
builds:
- env:
- CGO_ENABLED=0
- GO111MODULE=on
- binary: recs-api
goos:
- darwin
- linux
goarch:
- amd64
- binary: recs-api

0 comments on commit 81fd8f1

Please sign in to comment.