1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-16 13:21:51 +03:00

ci(redis): update to 8.0.1 (#3372)

This commit is contained in:
Nedyalko Dyakov
2025-05-08 15:32:47 +03:00
committed by GitHub
parent 8ba559ca5d
commit f174acba52
4 changed files with 11 additions and 7 deletions

View File

@ -100,7 +100,8 @@ var _ = BeforeSuite(func() {
fmt.Printf("RECluster: %v\n", RECluster)
fmt.Printf("RCEDocker: %v\n", RCEDocker)
fmt.Printf("REDIS_VERSION: %v\n", RedisVersion)
fmt.Printf("REDIS_VERSION: %.1f\n", RedisVersion)
fmt.Printf("CLIENT_LIBS_TEST_IMAGE: %v\n", os.Getenv("CLIENT_LIBS_TEST_IMAGE"))
if RedisVersion < 7.0 || RedisVersion > 9 {
panic("incorrect or not supported redis version")