Skip to content

doc(rdb):update version redis with a version in prod #5603

doc(rdb):update version redis with a version in prod

doc(rdb):update version redis with a version in prod #5603

Workflow file for this run

name: golangci-lint
on:
merge_group:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: latest
args: --timeout 5m