- go build instead of go install to support cross-compile to bin dir - shellcheck fixes for build script
Go's "..." syntax (eg, ./plugins/...) doesn't traverse symlinks, so go test wasn't finding the vendor/ directory for imports. To get around that we have to specify each testable package specifically rather than use "...".