Skip to content

Bump k8s.io/apimachinery from 0.34.1 to 0.35.0 #197

Bump k8s.io/apimachinery from 0.34.1 to 0.35.0

Bump k8s.io/apimachinery from 0.34.1 to 0.35.0 #197

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
with:
go-version: '^1.21'
- run: |
make
make test