Replace hardcoded /usr/local/go/bin/go with dynamic PATH lookup. The previous hardcoded path failed on any system where Go is installed elsewhere (e.g., /usr/bin/go, ~/go/bin/go). Uses conditional assignment (GO ?=) so users can still override with GO=/custom/path make build when needed. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
557 B
557 B