1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

fix: remove go generate

This commit is contained in:
Carlos Alexandro Becker 2018-09-16 21:13:23 -03:00 committed by Carlos Alexandro Becker
parent 4639eaad02
commit 817f0a7a13
2 changed files with 0 additions and 4 deletions

View File

@ -1,6 +1,3 @@
before:
hooks:
- go generate ./...
builds:
- env:
- CGO_ENABLED=0

View File

@ -12,7 +12,6 @@ import (
)
// Type defines the type of an artifact
//go:generate stringer -type=Type
type Type int
const (