Skip to content

Bump k8s.io/client-go from 0.26.1 to 0.29.0 #94

Bump k8s.io/client-go from 0.26.1 to 0.29.0

Bump k8s.io/client-go from 0.26.1 to 0.29.0 #94

Workflow file for this run

name: go-apidiff
on: [ pull_request ]
jobs:
go-apidiff:
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version-file: go.mod
- uses: joelanford/go-apidiff@main