File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -189,13 +189,6 @@ fix-lint: $(GOLANGCI_LINT) #EXHELP Fix lint issues
189189fmt : # EXHELP Formats code
190190 go fmt ./...
191191
192- .PHONY : bingo-upgrade
193- bingo-upgrade : $(BINGO ) # EXHELP Upgrade tools
194- @for pkg in $$($(BINGO ) list | awk '{ print $$3 }' | tail -n +3 | sed 's/@.*//') ; do \
195- echo -e " Upgrading \033[35m$$ pkg\033[0m to latest..." ; \
196- $(BINGO ) get " $$ pkg@latest" ; \
197- done
198-
199192.PHONY : verify-crd-compatibility
200193CRD_DIFF_ORIGINAL_REF := git://main?path=
201194CRD_DIFF_UPDATED_REF := file://
Original file line number Diff line number Diff line change 1- expectedMergeBase : 0faf118ce37219d518ed380d76101fc3a083a3dd
1+ expectedMergeBase : 55d9dfbecea64f81bb088c4f1109a1d9df4cbbbb
22upstreamBranch : main
33upstreamOrg : operator-framework
44upstreamRepo : operator-controller
You can’t perform that action at this time.
0 commit comments