Extra related packages cannot obtain the latest version
shuqingzai opened this issue · 2 comments
shuqingzai commented
Issue tracker is used for reporting bugs and discussing new features. Please use
stackoverflow for supporting issues.
Using go get -u xxx
to get the latest Extra pkg does not work
go get -u github.com/redis/go-redis/extra/redisotel/v9
The latest version should be v9.5.2
What I see in pkg.go.dev is v9.0.5
- https://pkg.go.dev/github.com/redis/go-redis/extra/redisotel/v9#section-readme
- https://pkg.go.dev/github.com/redis/go-redis/extra/redisprometheus/v9#section-readme
- https://pkg.go.dev/github.com/redis/go-redis/extra/rediscensus/v9#section-readme
- https://pkg.go.dev/github.com/redis/go-redis/extra/rediscmd/v9#section-readme

How can I get the latest version of the code?
Expected Behavior
Current Behavior
Possible Solution
Steps to Reproduce
Context (Environment)
Detailed Description
Possible Implementation
monkey92t commented
@vmihailenco release new version?
vmihailenco commented