Skip to content

Bump k8s.io/api from 0.27.4 to 0.28.1 #196

Bump k8s.io/api from 0.27.4 to 0.28.1

Bump k8s.io/api from 0.27.4 to 0.28.1 #196

Workflow file for this run

name: Check
on:
pull_request:
types: [ assigned, opened, synchronize, reopened ]
paths-ignore:
- 'docs/**'
- '**/*.md'
jobs:
checks:
name: run
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- run: go mod tidy
- run: make generate-mocks
- run: hack/check.sh