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
+2 -2
View File
@@ -30,11 +30,11 @@ ci-go-generate: protobuf # CI runs ci-node-generate automatically before this ta
ci-node-generate:
############ protobuf ############
include ../.make/protobuf.mk
PROTO_VERSION := v0
PROTO_SRC := pkg/proto/$(PROTO_VERSION)
include ../.make/protobuf.mk
.PHONY: protobuf
protobuf: $(PROTO_SRC)/${NAME}.pb.go \
$(PROTO_SRC)/${NAME}.pb.micro.go \