Skip to content

Bump github.com/redis/go-redis/v9 from 9.16.0 to 9.17.0 (#149) #301

Bump github.com/redis/go-redis/v9 from 9.16.0 to 9.17.0 (#149)

Bump github.com/redis/go-redis/v9 from 9.16.0 to 9.17.0 (#149) #301

Workflow file for this run

on:
push:
branches:
- v2
pull_request:
branches:
- v2
name: golangci-lint
jobs:
golangci:
strategy:
matrix:
go-version:
- "1.24"
- "1.25"
name: lint and test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v2.1.5
- name: Install Go
uses: actions/setup-go@v6
with:
go-version: ${{ matrix.go-version }}
- name: test
run: make test