wechaty / go-grpc

Go Stubs for Chatie GRPC (DO NOT EDIT: Code generated by protoc-gen-go)
Apache License 2.0
1 stars 1 forks source link

The version number is required behind the go.mod package #2

Closed dchaofei closed 4 years ago

dchaofei commented 4 years ago
$ go mod download
go: errors parsing go.mod:
/Users/dingchaofei/work/go-grpc/go.mod:6: usage: require module/path v1.2.3
/Users/dingchaofei/work/go-grpc/go.mod:7: usage: require module/path v1.2.3

The version number is required behind the go.mod package. If you want to use the latest version, you can try to update in DevOps.

huan commented 4 years ago

Thanks for pointing it out.

A PR to fix it would be welcome, appreciate it.

dchaofei commented 4 years ago

@huan Add another new tag, I test it, because go mod has v0.11.24 cache.

huan commented 4 years ago

I have bumped the grpc version and it should have already deployed to this repo.

Please test the latest version and let me know if it works.

dchaofei commented 4 years ago

fixed.