Skip to content

Commit afa5bb3

Browse files
Update dependency operator-framework/operator-registry to v1.68.0
1 parent 2f16eb1 commit afa5bb3

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
@@ -307,7 +307,7 @@ ifeq (,$(shell which opm 2>/dev/null))
307307
set -e ;\
308308
mkdir -p $(dir $(OPM)) ;\
309309
OS=$(shell go env GOOS) && ARCH=$(shell go env GOARCH) && \
310-
curl -sSLo $(OPM) https://github.com/operator-framework/operator-registry/releases/download/v1.67.0/$${OS}-$${ARCH}-opm ;\
310+
curl -sSLo $(OPM) https://github.com/operator-framework/operator-registry/releases/download/v1.68.0/$${OS}-$${ARCH}-opm ;\
311311
chmod +x $(OPM) ;\
312312
}
313313
else

0 commit comments

Comments
 (0)