Skip to content

Bump github.com/redis/go-redis/v9 from 9.5.3 to 9.5.4 #29

Bump github.com/redis/go-redis/v9 from 9.5.3 to 9.5.4

Bump github.com/redis/go-redis/v9 from 9.5.3 to 9.5.4 #29

Workflow file for this run

name: CI
on:
pull_request:
branches: [ "master" ]
jobs:
test:
name: Build and run unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Test
run: make test
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: codecov.out