Skip to content

Commit d2df013

Browse files
authored
Merge pull request #541 from containeroo/renovate/operator-framework-operator-registry-1.x
2 parents 3ee300c + 6de023f commit d2df013

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)