Skip to content

Bump k8s.io/cri-api from 0.30.2 to 0.30.3 #178

Bump k8s.io/cri-api from 0.30.2 to 0.30.3

Bump k8s.io/cri-api from 0.30.2 to 0.30.3 #178

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 }}