Skip to content

feat: bump k8s.io/client-go from 0.35.0 to 0.35.1 #330

feat: bump k8s.io/client-go from 0.35.0 to 0.35.1

feat: bump k8s.io/client-go from 0.35.0 to 0.35.1 #330

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
- name: Set up Go
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 #v6.2.0
with:
go-version: "1.25.5"
- name: Go tests
run: make test
- name: Setup Ko
uses: ko-build/setup-ko@d006021bd0c28d1ce33a07e7943d48b079944c8d #v0.9
- name: Build Container
run: make build