This PR disables CGO so we don't have any dependencies on C libraries expected to be found in the environment, in order to achieve a better compatibility across distros.
Tested by running make install before and after the changes and inspecting the produced binary from a Linux machine (Debian in this case).
Before
This PR disables CGO so we don't have any dependencies on C libraries expected to be found in the environment, in order to achieve a better compatibility across distros.
Tested by running
make install
before and after the changes and inspecting the produced binary from a Linux machine (Debian in this case). BeforeAfter
Follow-up of the same changes in
grpcurl
: https://github.com/fullstorydev/grpcurl/pull/420