Skip to content

Commit 596cbbd

Browse files
jsafranehuww98
andauthored
Update lib/go/Makefile
Co-authored-by: 胡玮文 <[email protected]>
1 parent 7921432 commit 596cbbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/go/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ PROTOC_GEN_GO_PKG := github.com/golang/protobuf/protoc-gen-go
6868
PROTOC_GEN_GO := protoc-gen-go
6969
HERE := $(shell pwd)
7070
$(PROTOC_GEN_GO): PROTOBUF_PKG := $(dir $(PROTOC_GEN_GO_PKG))
71-
$(PROTOC_GEN_GO): PROTOBUF_VERSION := v1.3.2
71+
$(PROTOC_GEN_GO): PROTOBUF_VERSION := v1.3.5
7272
$(PROTOC_GEN_GO):
7373
mkdir -p $(dir $(GOPATH)/src/$(PROTOBUF_PKG))
7474
test -d $(GOPATH)/src/$(PROTOBUF_PKG)/.git || git clone https://$(PROTOBUF_PKG) $(GOPATH)/src/$(PROTOBUF_PKG)

0 commit comments

Comments
 (0)