We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd44469 commit adda7b8Copy full SHA for adda7b8
Makefile
@@ -107,13 +107,6 @@ lint: $(GOLANGCI_LINT)
107
fix-lint: $(GOLANGCI_LINT)
108
$(GOLANGCI_LINT) run --fix $(GOLANGCI_LINT_ARGS)
109
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
-
117
.PHONY: codegen
118
codegen: $(PROTOC) $(PROTOC_GEN_GO_GRPC)
119
$(PROTOC) --plugin=protoc-gen-go=$(PROTOC_GEN_GO_GRPC) -I pkg/api/ --go_out=pkg/api pkg/api/*.proto
0 commit comments