Merge pull request #2448 from chavafg/topic/update-yq

CI: update yq to 3.1.0
This commit is contained in:
GabyCT
2020-02-11 13:09:03 -06:00
committed by GitHub

View File

@@ -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}