Skip to content

Bump k8s.io/api from 0.34.1 to 0.34.2 #35

Bump k8s.io/api from 0.34.1 to 0.34.2

Bump k8s.io/api from 0.34.1 to 0.34.2 #35

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: build
run: make build