diff options
| author | Joseph Richey <joerichey94@gmail.com> | 2018-02-12 01:26:58 -0800 |
|---|---|---|
| committer | Joseph Richey <joerichey94@gmail.com> | 2018-02-12 01:26:58 -0800 |
| commit | a185afe94b0f716e397f5aa5271a9b4dc844cf13 (patch) | |
| tree | 79418dda498e313472be146939ca14406109140d /Makefile | |
| parent | 721dc865c2cd6d6c0cd14cf4d4f55b15821fa505 (diff) | |
Makefile: bump protoc to most recent version
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |