Skip to content

fix(deps): update module github.com/redis/go-redis/v9 to v9.17.0 #1589

fix(deps): update module github.com/redis/go-redis/v9 to v9.17.0

fix(deps): update module github.com/redis/go-redis/v9 to v9.17.0 #1589

Workflow file for this run

name: ci
on:
push:
branches:
- master
pull_request:
permissions:
contents: read
jobs:
ci:
name: ci
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
with:
go-version: 1.25
- name: lint
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
- name: test
run: make docker && make docker-test