Skip to content

Commit

Permalink
Updated prerelease hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
brittonhayes committed Dec 6, 2020
1 parent 0eae954 commit 6d323b9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# 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 go modules.
- go mod download
# you may remove this if you don't need go generate
- go generate ./...
- go vet
builds:
- env:
- CGO_ENABLED=0
Expand Down

0 comments on commit 6d323b9

Please sign in to comment.