Skip to content

Return the actually committed index if it's greater than the official committed index for ReadIndex #296

Return the actually committed index if it's greater than the official committed index for ReadIndex

Return the actually committed index if it's greater than the official committed index for ReadIndex #296

name: Static Analysis
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "1.21.1"
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.53.3
- name: protoc
uses: arduino/setup-protoc@v1
with:
version: '3.20.3'
- run: make verify