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 <salvador.fuentes@intel.com>
This commit is contained in:
Salvador Fuentes 2020-02-10 16:01:29 -06:00
parent d142bf73e6
commit 22c486aa62

View File

@ -56,7 +56,7 @@ function install_yq() {
die "Please install curl" die "Please install curl"
fi 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}" local yq_url="https://${yq_pkg}/releases/download/${yq_version}/yq_${goos}_${goarch}"
curl -o "${yq_path}" -LSsf ${yq_url} curl -o "${yq_path}" -LSsf ${yq_url}