Skip to content

Commit 3293249

Browse files
authored
Merge pull request #378 from kastenhq/update-proto
Update protoc to v3.9.1, protoc-gen-go to v1.3.1
2 parents c3707a6 + 15142eb commit 3293249

File tree

2 files changed

+748
-876
lines changed

2 files changed

+748
-876
lines changed

lib/go/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export GOPATH
2121

2222
# Only set PROTOC_VER if it has an empty value.
2323
ifeq (,$(strip $(PROTOC_VER)))
24-
PROTOC_VER := 3.5.1
24+
PROTOC_VER := 3.9.1
2525
endif
2626

2727
PROTOC_OS := $(shell uname -s)
@@ -58,7 +58,7 @@ $(PROTOC):
5858
PROTOC_GEN_GO_PKG := github.com/golang/protobuf/protoc-gen-go
5959
PROTOC_GEN_GO := protoc-gen-go
6060
$(PROTOC_GEN_GO): PROTOBUF_PKG := $(dir $(PROTOC_GEN_GO_PKG))
61-
$(PROTOC_GEN_GO): PROTOBUF_VERSION := v1.2.0
61+
$(PROTOC_GEN_GO): PROTOBUF_VERSION := v1.3.2
6262
$(PROTOC_GEN_GO):
6363
mkdir -p $(dir $(GOPATH)/src/$(PROTOBUF_PKG))
6464
test -d $(GOPATH)/src/$(PROTOBUF_PKG)/.git || git clone https://$(PROTOBUF_PKG) $(GOPATH)/src/$(PROTOBUF_PKG)

0 commit comments

Comments
 (0)