Skip to content

Bump go-redis from 9.7.0 to 9.7.1 (#387) #1544

Bump go-redis from 9.7.0 to 9.7.1 (#387)

Bump go-redis from 9.7.0 to 9.7.1 (#387) #1544

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test-linux:
uses: ./.github/workflows/test.linux.yml
test-macos:
uses: ./.github/workflows/test.macos.yml
test-windows:
uses: ./.github/workflows/test.windows.yml
deploy-docker:
needs: [test-linux, test-macos]
if: github.event_name == 'push' && github.ref_name == 'main'
uses: ./.github/workflows/test.docker.yml
secrets: inherit