aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoseph Richey <joerichey@google.com>2018-02-12 01:34:43 -0800
committerGitHub <noreply@github.com>2018-02-12 01:34:43 -0800
commit02f4e21b4db8d4a76b92bc6392c428d1aaa27df2 (patch)
tree79a36fbcca43019ba6716d99ce31c494a98735b0 /Makefile
parent721dc865c2cd6d6c0cd14cf4d4f55b15821fa505 (diff)
parentbbb071351d35b5f68b3c6c5045594b3ec91ee5d5 (diff)
Merge pull request #89 from google/proto
Makefile: bump protoc to most recent version
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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