Skip to content

Bump k8s.io/client-go from 0.28.4 to 0.29.0 #495

Bump k8s.io/client-go from 0.28.4 to 0.29.0

Bump k8s.io/client-go from 0.28.4 to 0.29.0 #495

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.19
- name: Test
run: make test
integration-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.19
- name: Build
run: make build
- name: Create k8s Kind Cluster
uses: helm/[email protected]
- name: Create Testdata in Cluster
run: ./testing/init.sh
- name: Run PVMigrate
run: ./bin/pvmigrate --source-sc int-source --dest-sc int-dest
- name: Validate Cluster End State
run: ./testing/validate.sh