chore(dependency): pin redis to 7.2 for testing

There is no need to pin a specific patch version for testing. The
worst that can happen in this context is that the CI fails and it can
be addressed in this context. It will not impact releases.
This commit is contained in:
Earl Warren 2024-05-25 08:25:51 +02:00
parent 237362ddd3
commit 98be7826a3
Failed to generate hash of commit

View file

@ -54,7 +54,7 @@ jobs:
MINIO_ROOT_USER: 123456 MINIO_ROOT_USER: 123456
MINIO_ROOT_PASSWORD: 12345678 MINIO_ROOT_PASSWORD: 12345678
redis: redis:
image: redis:7.2.5 image: redis:7.2
steps: steps:
- uses: https://code.forgejo.org/actions/checkout@v3 - uses: https://code.forgejo.org/actions/checkout@v3
- uses: https://code.forgejo.org/actions/setup-go@v4 - uses: https://code.forgejo.org/actions/setup-go@v4