redis / go-redis

Redis Go client
https://redis.uptrace.dev
BSD 2-Clause "Simplified" License
19.6k stars 2.31k forks source link

Extra related packages cannot obtain the latest version #3010

Closed shuqingzai closed 3 weeks ago

shuqingzai commented 1 month ago

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

1. 2. 3. 4.

Context (Environment)

Detailed Description

Possible Implementation

monkey92t commented 1 month ago

@vmihailenco release new version?

vmihailenco commented 4 weeks ago

@monkey92t https://github.com/redis/go-redis/pull/3018