Skip to content

Bump k8s.io/apimachinery from 0.28.2 to 0.28.3 #8

Bump k8s.io/apimachinery from 0.28.2 to 0.28.3

Bump k8s.io/apimachinery from 0.28.2 to 0.28.3 #8

Workflow file for this run

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: stable
- name: Build
run: GOOS=linux GOARCH=ppc64le go build ./...