Skip to content

Bump k8s.io/api from 0.29.7 to 0.31.0 #5

Bump k8s.io/api from 0.29.7 to 0.31.0

Bump k8s.io/api from 0.29.7 to 0.31.0 #5

Workflow file for this run

name: ci
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Build
run: make