Skip to content

Commit

Permalink
Protobuf versioning fix (#7)
Browse files Browse the repository at this point in the history
* Fixed GRPC versioning issue, updated protobuf files
* Updated makefile for new golang build image
  • Loading branch information
josephgorse authored and king-jam committed Sep 13, 2016
1 parent 606c129 commit f438c51
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 57 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SHELL = /bin/bash
TTY = $(shell if [ -t 0 ]; then echo "-ti"; fi)

DOCKER_DIR = /go/src/github.com/${ORGANIZATION}/${PROJECT}
DOCKER_IMAGE = rackhd/golang:1.7.0-wheezy
DOCKER_IMAGE = rackhd/golang:1.7.1-wheezy
DOCKER_CMD = docker run --rm -v ${PWD}:${DOCKER_DIR} ${TTY} -w ${DOCKER_DIR} ${DOCKER_IMAGE}


Expand Down Expand Up @@ -71,6 +71,7 @@ build-local: lint-local
@go build -o $(GOOUT)/inservice-lldp $(LDFLAGS) plugins/lldp/*.go
@go build -o $(GOOUT)/inservice-catalog-compute $(LDFLAGS) plugins/catalog-compute/*.go
@go build -o $(GOOUT)/inservice-cli $(LDFLAGS) cmd/cli/*.go
@cp ./inservice.json $(GOOUT)/inservice.json


lint:
Expand Down
28 changes: 14 additions & 14 deletions agent/grpc/host/host.pb.go

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

44 changes: 24 additions & 20 deletions glide.lock

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

44 changes: 22 additions & 22 deletions plugins/lldp/grpc/lldp/lldp.pb.go

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

0 comments on commit f438c51

Please sign in to comment.