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:
parent
4639eaad02
commit
817f0a7a13
@ -1,6 +1,3 @@
|
||||
before:
|
||||
hooks:
|
||||
- go generate ./...
|
||||
builds:
|
||||
- env:
|
||||
- CGO_ENABLED=0
|
||||
|
@ -12,7 +12,6 @@ import (
|
||||
)
|
||||
|
||||
// Type defines the type of an artifact
|
||||
//go:generate stringer -type=Type
|
||||
type Type int
|
||||
|
||||
const (
|
||||
|
Loading…
x
Reference in New Issue
Block a user