Skip to content

chore(deps): bump sigs.k8s.io/controller-tools from 0.14.0 to 0.16.3 #1587

chore(deps): bump sigs.k8s.io/controller-tools from 0.14.0 to 0.16.3

chore(deps): bump sigs.k8s.io/controller-tools from 0.14.0 to 0.16.3 #1587

Workflow file for this run

name: Pull Request Code test
on:
pull_request:
types: [ assigned, opened, synchronize, reopened ]
paths-ignore:
- 'docs/**'
- '**/*.md'
- 'example/**'
jobs:
checks:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
# helm cli is needed for the controller registration generation
- uses: azure/setup-helm@v4
with:
version: 'v3.14.3'
- run: make test