Skip to content

Use netlink interface directly (distroless) #444

Use netlink interface directly (distroless)

Use netlink interface directly (distroless) #444

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
go-version: [1.23.x]
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v4
- run: sudo make test
- run: make lint