Update Makefile for new functionality.
Review Request #14928 — Created March 18, 2026 and updated — Latest diff uploaded
This change improves rb-gateway's Makefile in a couple ways:
- Inject the version number via ldflags
- Add a lint target that runs
go vet.
Exercised the build targets.