diff options
| author | Joe Richey joerichey@google.com <joerichey@google.com> | 2018-08-30 02:32:37 -0700 |
|---|---|---|
| committer | Joe Richey joerichey@google.com <joerichey@google.com> | 2018-08-30 02:32:37 -0700 |
| commit | ffbe898d1d42b1cc36def74e86145138fa06c1c3 (patch) | |
| tree | 7ab6dba3915cdb071a711fd753e2727029ac03b1 /Makefile | |
| parent | 630c8d1d002286cc26bafec78a7f120b5c0e78af (diff) | |
Update Protoc Compiler to 3.6.1
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |