From dc839821abd264e908716f2c2e30eddc994324c9 Mon Sep 17 00:00:00 2001 From: Eguzki Astiz Lezaun Date: Mon, 16 Dec 2024 15:56:02 +0100 Subject: [PATCH] opm: version 1.48.0 to support 4.17 and 4.18 OCP indexes Signed-off-by: Eguzki Astiz Lezaun --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 471d871d4..385aaddad 100644 --- a/Makefile +++ b/Makefile @@ -226,7 +226,7 @@ $(YQ): yq: $(YQ) ## Download yq locally if necessary. OPM = $(PROJECT_PATH)/bin/opm -OPM_VERSION = v1.26.2 +OPM_VERSION = v1.48.0 $(OPM): @{ \ set -e ;\