mirror of
https://github.com/openobserve/goflow2.git
synced 2025-11-02 13:03:18 +00:00
Fix protobuf
* Rebuiild with protoc v3.17.2 and protoc-gen-go v1.26.0 * Add misisng go_package flag * Add protobuf documentation
This commit is contained in:
4
Makefile
4
Makefile
@@ -25,8 +25,8 @@ OUTPUT := $(DIST_DIR)goflow2-$(VERSION_PKG)-$(GOOS)-$(ARCH)$(EXTENSION)
|
||||
.PHONY: proto
|
||||
proto:
|
||||
@echo generating protobuf
|
||||
protoc --go_out=. pb/*.proto
|
||||
protoc --go_out=. cmd/enricher/pb/*.proto
|
||||
protoc --go_opt=paths=source_relative --go_out=. pb/*.proto
|
||||
protoc --go_opt=paths=source_relative --go_out=. cmd/enricher/pb/*.proto
|
||||
|
||||
.PHONY: vet
|
||||
vet:
|
||||
|
||||
Reference in New Issue
Block a user