diff options
| author | Joseph Richey <joerichey@google.com> | 2018-02-12 01:34:43 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-12 01:34:43 -0800 |
| commit | 02f4e21b4db8d4a76b92bc6392c428d1aaa27df2 (patch) | |
| tree | 79a36fbcca43019ba6716d99ce31c494a98735b0 /Makefile | |
| parent | 721dc865c2cd6d6c0cd14cf4d4f55b15821fa505 (diff) | |
| parent | bbb071351d35b5f68b3c6c5045594b3ec91ee5d5 (diff) | |
Merge pull request #89 from google/proto
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 |