I tried to use
go get github.com/fullstorydev/grpcurl@2108c8f
go install github.com/fullstorydev/grpcurl/cmd/grpcurl
export PATH=$GOPATH/bin:$PATH
to install grpcurl on my ubuntu box, but after that when I do grpcurl --version I still got
grpcurl dev build
I expect to see
grpcurl 1.16.0