We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7921432 commit 596cbbdCopy full SHA for 596cbbd
lib/go/Makefile
@@ -68,7 +68,7 @@ PROTOC_GEN_GO_PKG := github.com/golang/protobuf/protoc-gen-go
68
PROTOC_GEN_GO := protoc-gen-go
69
HERE := $(shell pwd)
70
$(PROTOC_GEN_GO): PROTOBUF_PKG := $(dir $(PROTOC_GEN_GO_PKG))
71
-$(PROTOC_GEN_GO): PROTOBUF_VERSION := v1.3.2
+$(PROTOC_GEN_GO): PROTOBUF_VERSION := v1.3.5
72
$(PROTOC_GEN_GO):
73
mkdir -p $(dir $(GOPATH)/src/$(PROTOBUF_PKG))
74
test -d $(GOPATH)/src/$(PROTOBUF_PKG)/.git || git clone https://$(PROTOBUF_PKG) $(GOPATH)/src/$(PROTOBUF_PKG)
0 commit comments