mirror of
https://github.com/goreleaser/goreleaser.git
synced 2024-12-31 01:53:50 +02:00
fix: revert unwanted change
This commit is contained in:
parent
c421f78c66
commit
9fcfaf95cf
@ -18,8 +18,7 @@ const (
|
||||
// Pipe for gomod.
|
||||
type Pipe struct{}
|
||||
|
||||
func (Pipe) String() string { return "loading go mod information" }
|
||||
func (Pipe) Skip(ctx *context.Context) bool { return !ctx.Config.GoMod.Proxy }
|
||||
func (Pipe) String() string { return "loading go mod information" }
|
||||
|
||||
// Default sets the pipe defaults.
|
||||
func (Pipe) Default(ctx *context.Context) error {
|
||||
|
Loading…
Reference in New Issue
Block a user