mirror of
https://github.com/redis/go-redis.git
synced 2025-12-20 11:41:58 +03:00
* chore(go): update go version to 1.21 * chore(aggregators): make aggregators work with 1.21 * fix doctests * address copilot comments * use atomic bool for logic and/or aggregators * Update .github/workflows/build.yml Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com> * use stable/oldstable, 1.23 and 1.21 * fix versions in README * add oldstable in wordlist --------- Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com>
11 lines
183 B
Modula-2
11 lines
183 B
Modula-2
module github.com/redis/go-redis/internal/customvet
|
|
|
|
go 1.21
|
|
|
|
require golang.org/x/tools v0.5.0
|
|
|
|
require (
|
|
golang.org/x/mod v0.7.0 // indirect
|
|
golang.org/x/sys v0.4.0 // indirect
|
|
)
|