Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v9.0.0-rc.2 requires github.com/onsi/gomega v1.24.1 which works with go 1.18+ #2323

Closed
philchia opened this issue Dec 19, 2022 · 1 comment
Closed

Comments

@philchia
Copy link

Issue tracker is used for reporting bugs and discussing new features. Please use
stackoverflow for supporting issues.

when import redis v9, my code can not compile at go 1.17

Expected Behavior

need to be able to compile code at go 1.17, as the go.mod specified

Current Behavior

go build report err says that module

Possible Solution

use github.com/onsi/gomega v1.24.1 requires go 1.18

@monkey92t
Copy link
Collaborator

go-redis supports 2 last Go versions and requires a Go version with modules support.

supports 1.18,1.19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants