Skip to content
This repository was archived by the owner on Sep 21, 2023. It is now read-only.

Commit 055350c

Browse files
committed
Revert "Pass --debug to goreleaser."
This reverts commit f9c5d88.
1 parent 1e28357 commit 055350c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

magefile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ func InstallGoReleaser() error {
8181
func (Build) Binary() error {
8282
InstallGoReleaser()
8383

84-
args := []string{"build", "--rm-dist", "--skip-validate", "--debug"}
84+
args := []string{"build", "--rm-dist", "--skip-validate"}
8585
// Environment variable
8686
env := map[string]string{
8787
"CGO_ENABLED": devtools.EnvOrDefault("CGO_ENABLED", "0"),

0 commit comments

Comments
 (0)