Skip to content

Commit a500027

Browse files
committed
update yq version
1 parent 3cf538a commit a500027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ function install_binaries(){
271271
if [[ ! -f "$BIN_DIR"/yq ]]; then
272272
log debug "installing yq"
273273
pushd "$TMP_DIR" || log error "pushd fail"
274-
wget -q https://github.com/mikefarah/yq/releases/download/v4.12.0/yq_linux_amd64
274+
wget -q https://github.com/mikefarah/yq/releases/download/v4.44.1/yq_linux_amd64
275275
mv yq_linux_amd64 "$BIN_DIR"/yq
276276
chmod 755 "$BIN_DIR"/yq
277277
popd || log error "pushd fail"

0 commit comments

Comments
 (0)