From 22c486aa625c2d8c81ac8e4a6d93e1d121b5394c Mon Sep 17 00:00:00 2001 From: Salvador Fuentes Date: Mon, 10 Feb 2020 16:01:29 -0600 Subject: [PATCH] CI: update yq to 3.1.0 To match the version used in the tests repo. Related: https://github.com/kata-containers/tests/issues/2290 Fixes: #2447. Signed-off-by: Salvador Fuentes --- .ci/install-yq.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/install-yq.sh b/.ci/install-yq.sh index 6ef58b368b..d9b57053af 100755 --- a/.ci/install-yq.sh +++ b/.ci/install-yq.sh @@ -56,7 +56,7 @@ function install_yq() { die "Please install curl" fi - local yq_version=2.3.0 + local yq_version=3.1.0 local yq_url="https://${yq_pkg}/releases/download/${yq_version}/yq_${goos}_${goarch}" curl -o "${yq_path}" -LSsf ${yq_url}