Skip to content

Bump k8s.io/client-go from 0.34.1 to 0.35.0 #116

Bump k8s.io/client-go from 0.34.1 to 0.35.0

Bump k8s.io/client-go from 0.34.1 to 0.35.0 #116

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
go-version: [1.24.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