Skip to content

Bump sigs.k8s.io/controller-runtime from 0.15.0 to 0.15.1 #535

Bump sigs.k8s.io/controller-runtime from 0.15.0 to 0.15.1

Bump sigs.k8s.io/controller-runtime from 0.15.0 to 0.15.1 #535

Workflow file for this run

name: Pull Request Code test
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
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- run: make test