Skip to content

chore(deps): bump github.com/redis/go-redis/v9 from 9.4.0 to 9.5.0 #760

chore(deps): bump github.com/redis/go-redis/v9 from 9.4.0 to 9.5.0

chore(deps): bump github.com/redis/go-redis/v9 from 9.4.0 to 9.5.0 #760

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.19.5
- name: Test
run: make test