-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Luis Pabón <[email protected]>
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,13 +21,13 @@ easily. The project provides developers with the following features: | |
To add the library to your Golang application use the following command: | ||
|
||
```bash | ||
go get github.com/libopenstorage/[email protected].5 | ||
go get github.com/libopenstorage/[email protected].6 | ||
``` | ||
|
||
Also, use the following container version on your builds: | ||
|
||
``` | ||
quay.io/openstorage/grpc-framework:v0.0.5 | ||
quay.io/openstorage/grpc-framework:v0.0.6 | ||
``` | ||
|
||
Here is an example: | ||
|
@@ -44,7 +44,7 @@ proto: | |
-e "PROTO_USER=$(shell id -u)" \ | ||
-e "PROTO_GROUP=$(shell id -g)" \ | ||
-e "PATH=/bin:/usr/bin:/usr/local/bin:/go/bin:/usr/local/go/bin" \ | ||
quay.io/openstorage/grpc-framework:v0.0.5 \ | ||
quay.io/openstorage/grpc-framework:v0.0.6 \ | ||
make docker-proto | ||
|
||
docker-proto: | ||
|