Skip to content

Bump github.com/containerd/errdefs from 0.1.0 to 0.2.0 #256

Bump github.com/containerd/errdefs from 0.1.0 to 0.2.0

Bump github.com/containerd/errdefs from 0.1.0 to 0.2.0 #256

Workflow file for this run

name: e2e
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
cni: [iptables, iptables-ipv6, ipvs]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run e2e
run: make e2e CNI=${{ matrix.cni }}