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.
2 parents c3707a6 + 15142eb commit 3293249Copy full SHA for 3293249
lib/go/Makefile
@@ -21,7 +21,7 @@ export GOPATH
21
22
# Only set PROTOC_VER if it has an empty value.
23
ifeq (,$(strip $(PROTOC_VER)))
24
-PROTOC_VER := 3.5.1
+PROTOC_VER := 3.9.1
25
endif
26
27
PROTOC_OS := $(shell uname -s)
@@ -58,7 +58,7 @@ $(PROTOC):
58
PROTOC_GEN_GO_PKG := github.com/golang/protobuf/protoc-gen-go
59
PROTOC_GEN_GO := protoc-gen-go
60
$(PROTOC_GEN_GO): PROTOBUF_PKG := $(dir $(PROTOC_GEN_GO_PKG))
61
-$(PROTOC_GEN_GO): PROTOBUF_VERSION := v1.2.0
+$(PROTOC_GEN_GO): PROTOBUF_VERSION := v1.3.2
62
$(PROTOC_GEN_GO):
63
mkdir -p $(dir $(GOPATH)/src/$(PROTOBUF_PKG))
64
test -d $(GOPATH)/src/$(PROTOBUF_PKG)/.git || git clone https://$(PROTOBUF_PKG) $(GOPATH)/src/$(PROTOBUF_PKG)
0 commit comments