Skip to content

Enable CGO_ENABLED by default in golang-fips compiler

Stan Hu requested to merge sh-enable-cgo-default-go-fips into main

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.

Merge request reports