Skip to content

deps: bump kube, controller-runtime #801

deps: bump kube, controller-runtime

deps: bump kube, controller-runtime #801

Workflow file for this run

name: CI Go
on:
pull_request:
branches:
- 'main'
- 'release-0.11'
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: set up golang
uses: actions/setup-go@v4
with:
go-version: 1.20.7
- name: format
run: ./hack/check-format.sh
- name: build
run: make all
- name: test
run: make test-unit