Skip to content

Bump k8s.io/client-go from 0.31.0 to 0.31.1 #240

Bump k8s.io/client-go from 0.31.0 to 0.31.1

Bump k8s.io/client-go from 0.31.0 to 0.31.1 #240

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