redis/go-redis

Extra related packages cannot obtain the latest version

shuqingzai opened this issue · 2 comments

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

image

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

@vmihailenco release new version?