make
This code: 1. Extracts the required go minor from `go.mod` 2. Gets the current go version from `go version` and normalizes it 3. Checks whether the required go minor is a version prefix for the current go version, and bails if it isn't.
Co-authored-by: Anmol Sethi <hi@nhooyr.io>