Skip to content

Commit 6de023f

Browse files
chore(deps): update dependency operator-framework/operator-registry to v1.72.0
1 parent ba6e9fe commit 6de023f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ ifeq (,$(shell which opm 2>/dev/null))
305305
set -e ;\
306306
mkdir -p $(dir $(OPM)) ;\
307307
OS=$(shell go env GOOS) && ARCH=$(shell go env GOARCH) && \
308-
curl -sSLo $(OPM) https://github.com/operator-framework/operator-registry/releases/download/v1.71.0/$${OS}-$${ARCH}-opm ;\
308+
curl -sSLo $(OPM) https://github.com/operator-framework/operator-registry/releases/download/v1.72.0/$${OS}-$${ARCH}-opm ;\
309309
chmod +x $(OPM) ;\
310310
}
311311
else

0 commit comments

Comments
 (0)