build: use portable Go path detection in Makefile
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>
This commit is contained in:
Reference in New Issue
Block a user