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

Commit

Permalink
ci: bumping yq to v4.40.7
Browse files Browse the repository at this point in the history
Lets use v4.40.7 by default.

Signed-off-by: Beraldo Leal <[email protected]>
  • Loading branch information
beraldoleal committed May 30, 2024
1 parent be34647 commit 1f1e569
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 @@ -25,7 +25,7 @@ function install_yq() {

# Stick to a specific version. Same used in
# runtime and osbuilder repos.
local yq_version=3.4.1
local yq_version=4.40.7

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

0 comments on commit 1f1e569

Please sign in to comment.