Skip to content

Update module github.com/hashicorp/raft to v1.7.0 #326

Update module github.com/hashicorp/raft to v1.7.0

Update module github.com/hashicorp/raft to v1.7.0 #326

Workflow file for this run

on: [ push ]
# どこのテストで失敗するようになったのかを特定するために、
# pull request とは別に、push に対してもテストを実行する。
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-go-test-push
# cancel-in-progress: true
name: Test
jobs:
test:
strategy:
matrix:
os: [ [ubuntu-latest] ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- run: go test -race ./...