Skip to content

netlink: add AttributeEncoder.Len() (#304) #313

netlink: add AttributeEncoder.Len() (#304)

netlink: add AttributeEncoder.Len() (#304) #313

Workflow file for this run

name: macOS Test
on:
push:
branches:
- "*"
pull_request:
branches:
- "*"
jobs:
build:
strategy:
matrix:
go-version:
- "1.26"
runs-on: macos-latest
steps:
- name: Set up Go
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
with:
go-version: ${{ matrix.go-version }}
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Run tests
run: go test -v -race ./...