aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoe Richey joerichey@google.com <joerichey@google.com>2018-08-30 02:32:37 -0700
committerJoe Richey joerichey@google.com <joerichey@google.com>2018-08-30 02:32:37 -0700
commitffbe898d1d42b1cc36def74e86145138fa06c1c3 (patch)
tree7ab6dba3915cdb071a711fd753e2727029ac03b1 /Makefile
parent630c8d1d002286cc26bafec78a7f120b5c0e78af (diff)
Update Protoc Compiler to 3.6.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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