Skip to content

Bump github.com/ti-mo/conntrack from 0.5.2 to 0.6.0 #136

Bump github.com/ti-mo/conntrack from 0.5.2 to 0.6.0

Bump github.com/ti-mo/conntrack from 0.5.2 to 0.6.0 #136

Workflow file for this run

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