Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
CI: update yq to 3.1.0
Browse files Browse the repository at this point in the history
To match the version used in the tests repo.
Related: kata-containers/tests#2290

Fixes: #2447.

Signed-off-by: Salvador Fuentes <[email protected]>
  • Loading branch information
chavafg committed Feb 11, 2020
1 parent d142bf7 commit 22c486a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/install-yq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 22c486a

Please sign in to comment.