Skip to content

Commit

Permalink
Update builder.go
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
  • Loading branch information
mohammed90 and mholt authored May 6, 2024
1 parent a982d30 commit 48fae0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func (b Builder) Build(ctx context.Context, outputFile string) error {
cmd.Args = append(cmd.Args,
"-ldflags", "-w -s", // trim debug symbols
"-trimpath",
"-tags nobadger",
"-tags", "nobadger",
)
}
}
Expand Down

0 comments on commit 48fae0a

Please sign in to comment.