Skip to content

Commit

Permalink
Merge pull request #89 from google/proto
Browse files Browse the repository at this point in the history
Makefile: bump protoc to most recent version
  • Loading branch information
josephlr authored Feb 12, 2018
2 parents 721dc86 + bbb0713 commit 02f4e21
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
86 changes: 43 additions & 43 deletions metadata/metadata.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 02f4e21

Please sign in to comment.