Skip to content

Check CRC when forwarding RPC packets #3425

Check CRC when forwarding RPC packets

Check CRC when forwarding RPC packets #3425

Workflow file for this run

on:
pull_request:
branches:
- master
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
jobs:
ci-go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: actions/setup-go@v5
with:
go-version: 1.22.x
cache: true
- uses: golangci/golangci-lint-action@v6
with:
version: v1.60
args: --timeout=10m --disable-all -E goimports
- uses: dominikh/[email protected]
with:
install-go: false
- run: go test -v -race ./...