Skip to content

chore(deps): bump github.com/redis/go-redis/v9 from 9.6.2 to 9.7.0 #360

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

chore(deps): bump github.com/redis/go-redis/v9 from 9.6.2 to 9.7.0 #360

Workflow file for this run

name: Lint
on:
pull_request:
paths-ignore:
- '**/*.md'
push:
branches:
- main
paths-ignore:
- '**/*.md'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60
only-new-issues: true