mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-03-18 10:44:10 +00:00
Some of our static checks are hitting issues with duplicate go versions installed. Given that we in go.mod we set the version to match our required toolchain, if go is already installed we can let go handle the toolchain version management instead of installing a second version Signed-off-by: stevenhorsman <steven@uk.ibm.com>