Skip to content

Bump k8s.io/client-go from 0.26.3 to 0.29.3 #185

Bump k8s.io/client-go from 0.26.3 to 0.29.3

Bump k8s.io/client-go from 0.26.3 to 0.29.3 #185

Workflow file for this run

name: build-and-test
on:
push:
branches:
- "**"
tags-ignore:
- "*"
pull_request:
branches:
- main
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4.0.0
with:
go-version: "1.20.1"
- name: Build and test
run: make