Skip to content

Bump github.com/redis/go-redis/v9 from 9.1.0 to 9.7.0 #3

Bump github.com/redis/go-redis/v9 from 9.1.0 to 9.7.0

Bump github.com/redis/go-redis/v9 from 9.1.0 to 9.7.0 #3

Workflow file for this run

name: golangci-lint
on:
push:
paths:
- pkg/**
- .github/workflows/go-lint.yml
- go.*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
lint-go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
- run: make gen-go
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.62.0
args: |
--verbose $(go list -m -f '{{.Dir}}' | xargs -I{} sh -c 'test ! -f {}/.nolint && echo {}/...')
install-mode: binary