Skip to content

deps: bump k8s.io to 0.28.5 and controller-runtime to 0.16.3 #255

deps: bump k8s.io to 0.28.5 and controller-runtime to 0.16.3

deps: bump k8s.io to 0.28.5 and controller-runtime to 0.16.3 #255

Workflow file for this run

name: test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Test
run: make test
- name: Lint
run: make lint