mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-06 16:04:26 +01:00
Skip the golang version check when building the runtime, passing to make `SKIP_GO_VERSION_CHECK=1`. This check requires yq, that's not packaged for most distributions and it can't be downloaded at build time on OBS. It is the responsibility of the package maintainer to verify that the correct golang version is used. Fixes: #242 Signed-off-by: Marco Vedovati <mvedovati@suse.com>