We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cf538a commit a500027Copy full SHA for a500027
install.sh
@@ -271,7 +271,7 @@ function install_binaries(){
271
if [[ ! -f "$BIN_DIR"/yq ]]; then
272
log debug "installing yq"
273
pushd "$TMP_DIR" || log error "pushd fail"
274
- wget -q https://github.com/mikefarah/yq/releases/download/v4.12.0/yq_linux_amd64
+ wget -q https://github.com/mikefarah/yq/releases/download/v4.44.1/yq_linux_amd64
275
mv yq_linux_amd64 "$BIN_DIR"/yq
276
chmod 755 "$BIN_DIR"/yq
277
popd || log error "pushd fail"
0 commit comments