Skip to content

Bump k8s.io/apimachinery from 0.29.2 to 0.30.1 #139

Bump k8s.io/apimachinery from 0.29.2 to 0.30.1

Bump k8s.io/apimachinery from 0.29.2 to 0.30.1 #139

Workflow file for this run

name: build
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
build:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
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