Skip to content

Commit 0ef59d2

Browse files
Merge pull request #487 from tmshort/sync2
OPRUN-4164: Synchronize From Upstream Repositories
2 parents a367d6c + 50f211e commit 0ef59d2

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

Makefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -189,13 +189,6 @@ fix-lint: $(GOLANGCI_LINT) #EXHELP Fix lint issues
189189
fmt: #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
200193
CRD_DIFF_ORIGINAL_REF := git://main?path=
201194
CRD_DIFF_UPDATED_REF := file://

commitchecker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
expectedMergeBase: 0faf118ce37219d518ed380d76101fc3a083a3dd
1+
expectedMergeBase: 55d9dfbecea64f81bb088c4f1109a1d9df4cbbbb
22
upstreamBranch: main
33
upstreamOrg: operator-framework
44
upstreamRepo: operator-controller

0 commit comments

Comments
 (0)