Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit d2f62bb

Browse files
committed
ci: bumping yq to v4.40.7
Lets use v4.40.7 by default. Signed-off-by: Beraldo Leal <bleal@redhat.com>
1 parent be34647 commit d2f62bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.ci/install_yq.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function install_yq() {
2525

2626
# Stick to a specific version. Same used in
2727
# runtime and osbuilder repos.
28-
local yq_version=3.4.1
28+
local yq_version=v4.40.7
2929

3030
## NOTE: ${var,,} => gives lowercase value of var
3131
local yq_url="https://${yq_pkg}/releases/download/${yq_version}/yq_${goos,,}_${goarch}"

0 commit comments

Comments
 (0)