Skip to content

Reset a follower's state to StateProbe from StateSnapshot when the follower catches up into leader's log range. #338

Reset a follower's state to StateProbe from StateSnapshot when the follower catches up into leader's log range.

Reset a follower's state to StateProbe from StateSnapshot when the follower catches up into leader's log range. #338

Workflow file for this run

name: Go Vulnerability Checker
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21.5"
- run: date
- run: go install golang.org/x/vuln/cmd/govulncheck@latest && govulncheck ./...