Skip to content

Bump k8s.io/kubectl from 0.27.2 to 0.32.1 #15

Bump k8s.io/kubectl from 0.27.2 to 0.32.1

Bump k8s.io/kubectl from 0.27.2 to 0.32.1 #15

Workflow file for this run

name: CI tests
on:
workflow_call:
workflow_dispatch:
pull_request_target:
branches:
- master
- main
jobs:
lint:
uses: ./.github/workflows/linters.yml
build:
uses: ./.github/workflows/builders.yml
check-docs:
uses: ./.github/workflows/check-docs-links.yml
tests:
needs: build
uses: ./.github/workflows/test-k8s.yml
secrets: inherit