Skip to content

Update module k8s.io/apimachinery to v0.32.0 #71

Update module k8s.io/apimachinery to v0.32.0

Update module k8s.io/apimachinery to v0.32.0 #71

Workflow file for this run

name: Go
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.20.x
- name: CI
run: make ci