aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoseph Richey <joerichey94@gmail.com>2018-02-12 01:26:58 -0800
committerJoseph Richey <joerichey94@gmail.com>2018-02-12 01:26:58 -0800
commita185afe94b0f716e397f5aa5271a9b4dc844cf13 (patch)
tree79418dda498e313472be146939ca14406109140d /Makefile
parent721dc865c2cd6d6c0cd14cf4d4f55b15821fa505 (diff)
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