remove .goreleaser hooks
Some checks failed
release / goreleaser (push) Has been cancelled

This commit is contained in:
Gustavo Chain 2020-02-16 11:52:14 +01:00
parent 112a2c5ea0
commit 26a89e1368
No known key found for this signature in database
GPG Key ID: DA7C1746DC118A46

View File

@ -1,11 +1,5 @@
# This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
before:
hooks:
# you may remove this if you don't use vgo
- go mod tidy
# you may remove this if you don't need go generate
- go generate ./...
builds:
- env:
- CGO_ENABLED=0