update makefile commands: dev, image, version

This commit is contained in:
Evgeniy Kulikov 2020-02-28 19:51:49 +03:00
parent a584012d50
commit dd213b0c41
No known key found for this signature in database
GPG key ID: BF6AEE0A2A699BF2

View file

@ -44,8 +44,8 @@ dev:
git checkout go.{sum,mod}; \
go get google.golang.org/grpc@$${v}; \
cd $${curdir}; \
git checkout go.{sum,mod}; \
cp go_dev.mod go.sum; \
go get google.golang.org/grpc@$${v}; \
make image VERSION=$(VERSION)-$${v}; \
git checkout go.{sum,mod}; \
done