fix go import and makefiles, version bump of build tools

This commit is contained in:
Willy Kloucek
2021-03-31 12:03:42 +02:00
parent 2f831c4fca
commit 9bc0cb49c1
23 changed files with 2179 additions and 2001 deletions
+6
View File
@@ -143,6 +143,12 @@ go-coverage:
echo -n "% coverage $$mod: "; $(MAKE) --no-print-directory -C $$mod go-coverage; \
done
.PHONY: protobuf
protobuf:
@for mod in $(OCIS_MODULES); do \
echo -n "% protobuf $$mod: "; $(MAKE) --no-print-directory -C $$mod protobuf; \
done
.PHONY: bingo-update
bingo-update: $(BINGO)
$(BINGO) get -u