There was an error while loading. Please reload this page.
1 parent 22fb9a2 commit 73d86b1Copy full SHA for 73d86b1
internal/ext/process/gen.go
@@ -64,7 +64,7 @@ func (r *Runner) Invoke(ctx context.Context, method string, args any, reply any,
64
}
65
cmd = exec.CommandContext(ctx, path, method)
66
case r.Cmd == "" && r.GoPkg != "":
67
- // Check if the output plugin exists
+ // Check if the go binary exists
68
path, err := exec.LookPath("go")
69
if err != nil {
70
return fmt.Errorf("go binary required to run go package %s", r.GoPkg)
0 commit comments