Skip to content

feat(client): support IPVS timeout config #96

feat(client): support IPVS timeout config

feat(client): support IPVS timeout config #96

Workflow file for this run

name: Go Checks
on:
- push
- pull_request
jobs:
ci:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
go:
- stable
- oldstable
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- run: go test ./...
- uses: dominikh/[email protected]
with:
install-go: false
cache-key: ${{ matrix.go }}