Enable CGO_ENABLED by default in golang-fips compiler
If CGO_ENABLED=0, then the golang-fips compiler will default to this mode by default, which is counter to the default Golang behavior. Any binary that needs FIPS support would need to switch on CGO_ENABLD=1.