From 428c6b774fa4699a227867256ec5ac17828ed58c Mon Sep 17 00:00:00 2001 From: Jordan Date: Fri, 27 Jun 2025 11:46:26 -0500 Subject: [PATCH] remove bingo upgrade target Signed-off-by: Jordan --- Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Makefile b/Makefile index 6ac2911ca..8f4e90666 100644 --- a/Makefile +++ b/Makefile @@ -107,13 +107,6 @@ lint: $(GOLANGCI_LINT) fix-lint: $(GOLANGCI_LINT) $(GOLANGCI_LINT) run --fix $(GOLANGCI_LINT_ARGS) -.PHONY: bingo-upgrade -bingo-upgrade: $(BINGO) #EXHELP Upgrade tools - @for pkg in $$($(BINGO) list | awk '{ print $$3 }' | tail -n +3 | sed 's/@.*//'); do \ - echo -e "Upgrading \033[35m$$pkg\033[0m to latest..."; \ - $(BINGO) get "$$pkg@latest"; \ - done - .PHONY: codegen codegen: $(PROTOC) $(PROTOC_GEN_GO_GRPC) $(PROTOC) --plugin=protoc-gen-go=$(PROTOC_GEN_GO_GRPC) -I pkg/api/ --go_out=pkg/api pkg/api/*.proto