Skip to content

Bump k8s.io/api from 0.31.1 to 0.31.2 #267

Bump k8s.io/api from 0.31.1 to 0.31.2

Bump k8s.io/api from 0.31.1 to 0.31.2 #267

on: [ push, pull_request ]
name: Build & Test
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Build
run: go build -v ./...
- name: Test
run: make test