Skip to content

Bump github.com/vishvananda/netlink from 1.2.1-beta.2 to 1.3.0 #732

Bump github.com/vishvananda/netlink from 1.2.1-beta.2 to 1.3.0

Bump github.com/vishvananda/netlink from 1.2.1-beta.2 to 1.3.0 #732

Workflow file for this run

name: Run tests
on: [ push, pull_request ]
jobs:
test:
strategy:
matrix:
platform: [ "ubuntu-latest" ]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Test
run: make -f Makefile.all test GOFLAGS="-v"