Skip to content

Bump sigs.k8s.io/controller-runtime from 0.19.0 to 0.19.1 #426

Bump sigs.k8s.io/controller-runtime from 0.19.0 to 0.19.1

Bump sigs.k8s.io/controller-runtime from 0.19.0 to 0.19.1 #426

Workflow file for this run

name: Pull Request Code test
on:
workflow_dispatch:
push:
branches:
- main
tags:
- v*
paths-ignore:
- '**.md'
- 'deploy/**'
pull_request:
branches:
- main
paths-ignore:
- 'docs/**'
- '**/*.md'
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: make build
- run: make test