Skip to content

Bump k8s.io/apimachinery from 0.29.7 to 0.31.3 #32

Bump k8s.io/apimachinery from 0.29.7 to 0.31.3

Bump k8s.io/apimachinery from 0.29.7 to 0.31.3 #32

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