Root Cause
- The error originates from the Go runtime, indicating that the runtime architecture level is lower than the GOAMD64 version the binary was compiled with
- The GOAMD64 default value was updated in UBI10 go-toolset to
v3, while UBI9 uses v2, and golang default is v1
- This change means binaries built with UBI10 are incompatible with older AMD64 processors that only support v2 microarchitecture
See below article for more info:
Root Cause
v3, while UBI9 usesv2, and golang default isv1See below article for more info: