Merge pull request #1261 from Jakob-Naucke/update-yq

ci: Upgrade to yq 3.4.1
This commit is contained in:
Fabiano Fidêncio 2021-02-09 10:21:14 +01:00 committed by GitHub
commit d6682e3168
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ function install_yq() {
die "Please install curl"
fi
local yq_version=3.1.0
local yq_version=3.4.1
## NOTE: ${var,,} => gives lowercase value of var
local yq_url="https://${yq_pkg}/releases/download/${yq_version}/yq_${goos,,}_${goarch}"