Skip to content

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

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

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

Workflow file for this run

name: go-mod-fix
on:
push:
branches:
- renovate/*
jobs:
go-mod-fix:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v5
with:
fetch-depth: 2
- name: fix
uses: at-wat/go-sum-fix-action@v0
with:
git_user: bootjp
git_email: public@bootjp.me
github_token: ${{ secrets.GITHUB_TOKEN }}
commit_style: squash
push: force