Skip to content

Bump k8s.io/client-go from 0.24.6 to 0.28.1 #363

Bump k8s.io/client-go from 0.24.6 to 0.28.1

Bump k8s.io/client-go from 0.24.6 to 0.28.1 #363

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.20
uses: actions/setup-go@v2
with:
go-version: "1.20"
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Build
run: make test