Skip to content

Fix webhook panic error caused by bumping controller-runtime #1815

Fix webhook panic error caused by bumping controller-runtime

Fix webhook panic error caused by bumping controller-runtime #1815

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21
- name: Run golangci-lint
run: make golangci
- name: Run build
run: make build
- name: Run test
run: make test