Skip to content

Bump k8s.io/client-go from 0.26.1 to 0.29.0 #242

Bump k8s.io/client-go from 0.26.1 to 0.29.0

Bump k8s.io/client-go from 0.26.1 to 0.29.0 #242

Workflow file for this run

name: test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Test
run: make test
- name: Lint
run: make lint