Skip to content

Bump k8s.io/client-go from 0.32.1 to 0.33.1 #465

Bump k8s.io/client-go from 0.32.1 to 0.33.1

Bump k8s.io/client-go from 0.32.1 to 0.33.1 #465

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
name: Go test
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.24.2"
- run: |
make test
build:
runs-on: ubuntu-latest
name: Go build
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.24.2"
- run: |
make build
file bin/manager