From ffbe898d1d42b1cc36def74e86145138fa06c1c3 Mon Sep 17 00:00:00 2001 From: "Joe Richey joerichey@google.com" Date: Thu, 30 Aug 2018 02:32:37 -0700 Subject: Update Protoc Compiler to 3.6.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a1fa42a..1b60fe0 100644 --- a/Makefile +++ b/Makefile @@ -183,7 +183,7 @@ $(BIN)/gocovmerge: GO111MODULE=off go build -o $@ github.com/wadey/gocovmerge # Non-go tools downloaded from appropriate repository -PROTOC_VERSION := 3.5.1 +PROTOC_VERSION := 3.6.1 ARCH := $(shell uname -m) ifeq (x86_64,$(ARCH)) PROTOC_ARCH := x86_64 -- cgit v1.2.3