Skip to content

Bump k8s.io/client-go from 0.28.3 to 0.28.4 #96

Bump k8s.io/client-go from 0.28.3 to 0.28.4

Bump k8s.io/client-go from 0.28.3 to 0.28.4 #96

Workflow file for this run

name: build
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.21.x
- name: Make all
run: make all