Skip to content

Bump k8s.io/apimachinery from 0.28.4 to 0.29.0 #104

Bump k8s.io/apimachinery from 0.28.4 to 0.29.0

Bump k8s.io/apimachinery from 0.28.4 to 0.29.0 #104

Workflow file for this run

name: build
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.21.x
- name: Make all
run: make all