Description of problem: The verify job has been failing reporting the following message: mkdir -p '_output/tools/bin/' curl -s -f -L https://github.com/krishicks/yaml-patch/releases/download/v0.0.10/yaml_patch_linux -o '_output/tools/bin/yaml-patch' make: *** [ensure-yaml-patch] Error 22 This is happening because yaml-patch no long exists. To fix it the build-machinery-go dependency needs to be bumped since it already fixed[1] the issue. [1] https://github.com/openshift/build-machinery-go/pull/58 Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: