When using custom cert bundles (such as those including private/self-signed certs), using go/install fails with x509 cert issues as the go/install step overrides certs using the ca-certificates-bundle package in needs. Instead, it'd be preferable to let the user bring their own certs in the build environment using the go/install pipeline.
When using custom cert bundles (such as those including private/self-signed certs), using
go/installfails with x509 cert issues as thego/installstep overrides certs using theca-certificates-bundlepackage inneeds. Instead, it'd be preferable to let the user bring their own certs in the build environment using thego/installpipeline.