kata-containers / kata-containers

Kata Containers is an open source project and community working to build a standard implementation of lightweight Virtual Machines (VMs) that feel and perform like containers, but provide the workload isolation and security advantages of VMs. https://katacontainers.io/
Apache License 2.0
5.08k stars 1k forks source link

ci: fix the expected yq version string #9843

Closed danmihai1 closed 1 week ago

danmihai1 commented 1 week ago

I get:

~/gopath/bin/yq --version yq (https://github.com/mikefarah/yq/) version v4.40.7

Also add support for set -o xtrace to install_yq.sh.

wainersm commented 1 week ago

Hi @danmihai1 !

I get:

~/gopath/bin/yq --version yq (https://github.com/mikefarah/yq/) version v4.40.7

yep, confirmed that here. Even the Fedora packaged version:

yq (https://github.com/mikefarah/yq/) version v4.43.1

Also add support for set -o xtrace to install_yq.sh.