Skip to content

Bump k8s.io/client-go from 0.28.1 to 0.29.2 #788

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

Bump k8s.io/client-go from 0.28.1 to 0.29.2 #788

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "^1.18"
- run: go test -v ./...