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:
parent
237362ddd3
commit
98be7826a3
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ jobs:
|
|||
MINIO_ROOT_USER: 123456
|
||||
MINIO_ROOT_PASSWORD: 12345678
|
||||
redis:
|
||||
image: redis:7.2.5
|
||||
image: redis:7.2
|
||||
steps:
|
||||
- uses: https://code.forgejo.org/actions/checkout@v3
|
||||
- uses: https://code.forgejo.org/actions/setup-go@v4
|
||||
|
|
Loading…
Reference in a new issue