Skip to content

Bump github.com/containerd/nri from 0.10.0 to 0.11.0 #141

Bump github.com/containerd/nri from 0.10.0 to 0.11.0

Bump github.com/containerd/nri from 0.10.0 to 0.11.0 #141

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