1
0
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:
Carlos Alexandro Becker 2024-06-22 23:12:01 -03:00
parent c421f78c66
commit 9fcfaf95cf
No known key found for this signature in database

View File

@ -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 {