Skip to content

Bump k8s.io/* deps to v0.28.0 and controller-runtime to v0.16.0 #154

Bump k8s.io/* deps to v0.28.0 and controller-runtime to v0.16.0

Bump k8s.io/* deps to v0.28.0 and controller-runtime to v0.16.0 #154

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-file: 'go.mod'
- run: go mod tidy
- run: hack/check.sh