Skip to content

build(deps): bump k8s.io/client-go from 0.32.0 to 0.32.1 #2476

build(deps): bump k8s.io/client-go from 0.32.0 to 0.32.1

build(deps): bump k8s.io/client-go from 0.32.0 to 0.32.1 #2476

Workflow file for this run

name: Test
on:
pull_request:
paths-ignore:
- doc/**
- samples/**
- README.md
- CONTRIBUTING.md
- .github/workflows/api-docs.yaml
push:
paths-ignore:
- doc/**
- samples/**
- README.md
- CONTRIBUTING.md
- .github/workflows/api-docs.yaml
jobs:
test:
name: Build and run tests
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install go
uses: actions/setup-go@v5
with:
go-version: '1.23.1'
- name: Create test cluster
run: make setup-local
- name: Run tests
run: make run-test