test(github-action): update v8 test services-redis version, to redis6

Signed-off-by: monkey92t <golang@88.com>
This commit is contained in:
monkey92t 2023-01-06 01:35:23 +08:00
parent 92fb134b81
commit 57918584b8
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
services:
redis:
image: redis
image: redis:6.2.8
options: >-
--health-cmd "redis-cli ping" --health-interval 10s --health-timeout 5s --health-retries 5
ports: