diff --git a/Makefile b/Makefile index c9681261..f4321203 100644 --- a/Makefile +++ b/Makefile @@ -305,7 +305,7 @@ ifeq (,$(shell which opm 2>/dev/null)) set -e ;\ mkdir -p $(dir $(OPM)) ;\ OS=$(shell go env GOOS) && ARCH=$(shell go env GOARCH) && \ - curl -sSLo $(OPM) https://github.com/operator-framework/operator-registry/releases/download/v1.66.0/$${OS}-$${ARCH}-opm ;\ + curl -sSLo $(OPM) https://github.com/operator-framework/operator-registry/releases/download/v1.67.0/$${OS}-$${ARCH}-opm ;\ chmod +x $(OPM) ;\ } else