File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ easily. The project provides developers with the following features:
2121To add the library to your Golang application use the following command:
2222
2323``` bash
24- go get github.com/libopenstorage/
[email protected] .
5 24+ go get github.com/libopenstorage/
[email protected] .
6 2525```
2626
2727Also, use the following container version on your builds:
2828
2929```
30- quay.io/openstorage/grpc-framework:v0.0.5
30+ quay.io/openstorage/grpc-framework:v0.0.6
3131```
3232
3333Here is an example:
4444 -e " PROTO_USER=$( shell id -u) " \
4545 -e " PROTO_GROUP=$( shell id -g) " \
4646 -e " PATH=/bin:/usr/bin:/usr/local/bin:/go/bin:/usr/local/go/bin" \
47- quay.io/openstorage/grpc-framework:v0.0.5 \
47+ quay.io/openstorage/grpc-framework:v0.0.6 \
4848 make docker-proto
4949
5050docker-proto :
You can’t perform that action at this time.
0 commit comments