From 26a89e136813f3cbc14684b3baa3d3c0bbe58cc6 Mon Sep 17 00:00:00 2001 From: Gustavo Chain Date: Sun, 16 Feb 2020 11:52:14 +0100 Subject: [PATCH] remove .goreleaser hooks --- .goreleaser.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 9b946ca..f172f23 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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