Skip to content

Bump k8s.io/client-go from 0.32.0 to 0.32.2 #87

Bump k8s.io/client-go from 0.32.0 to 0.32.2

Bump k8s.io/client-go from 0.32.0 to 0.32.2 #87

Workflow file for this run

name: go-test
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
run-unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Run test
run: make test