Skip to content

Bump github.com/mdlayher/netlink from 1.6.0 to 1.7.2 #8

Bump github.com/mdlayher/netlink from 1.6.0 to 1.7.2

Bump github.com/mdlayher/netlink from 1.6.0 to 1.7.2 #8

Workflow file for this run

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