Skip to content

Commit adda7b8

Browse files
authored
remove bingo upgrade target (#1707)
Signed-off-by: Jordan <[email protected]>
1 parent bd44469 commit adda7b8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Makefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,6 @@ lint: $(GOLANGCI_LINT)
107107
fix-lint: $(GOLANGCI_LINT)
108108
$(GOLANGCI_LINT) run --fix $(GOLANGCI_LINT_ARGS)
109109

110-
.PHONY: bingo-upgrade
111-
bingo-upgrade: $(BINGO) #EXHELP Upgrade tools
112-
@for pkg in $$($(BINGO) list | awk '{ print $$3 }' | tail -n +3 | sed 's/@.*//'); do \
113-
echo -e "Upgrading \033[35m$$pkg\033[0m to latest..."; \
114-
$(BINGO) get "$$pkg@latest"; \
115-
done
116-
117110
.PHONY: codegen
118111
codegen: $(PROTOC) $(PROTOC_GEN_GO_GRPC)
119112
$(PROTOC) --plugin=protoc-gen-go=$(PROTOC_GEN_GO_GRPC) -I pkg/api/ --go_out=pkg/api pkg/api/*.proto

0 commit comments

Comments
 (0)