Skip to content

Update module github.com/redis/go-redis/v9 to v9.5.4 #5

Update module github.com/redis/go-redis/v9 to v9.5.4

Update module github.com/redis/go-redis/v9 to v9.5.4 #5

Workflow file for this run

name: CI for pull request
on:
pull_request:
jobs:
test-go:
strategy:
matrix:
version: [stable, oldstable]
uses: ./.github/workflows/wf-test-go.yml
with:
go-version: ${{ matrix.version }}