Skip to content

Bump k8s.io/client-go from 0.28.6 to 0.31.2 #309

Bump k8s.io/client-go from 0.28.6 to 0.31.2

Bump k8s.io/client-go from 0.28.6 to 0.31.2 #309

Workflow file for this run

name: Unit Test
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
permissions:
contents: read
jobs:
unit-test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: Go Unit Tests
run: go test -cover -tags=test ./...