From a185afe94b0f716e397f5aa5271a9b4dc844cf13 Mon Sep 17 00:00:00 2001 From: Joseph Richey Date: Mon, 12 Feb 2018 01:26:58 -0800 Subject: Makefile: bump protoc to most recent version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 21a51f8..4b83cf0 100644 --- a/Makefile +++ b/Makefile @@ -180,7 +180,7 @@ $(BIN)/gocovmerge: $(VENDOR) go build -o $@ ./vendor/github.com/wadey/gocovmerge # Non-go tools downloaded from appropriate repository -PROTOC_VERSION := 3.0.0 +PROTOC_VERSION := 3.5.1 GOARCH := $(shell go env GOARCH) ifneq ($(findstring amd64,$(GOARCH)),) ARCH := x86_64 -- cgit v1.2.3