Skip to content

Bump k8s.io/apimachinery from 0.28.4 to 0.29.0 #45

Bump k8s.io/apimachinery from 0.28.4 to 0.29.0

Bump k8s.io/apimachinery from 0.28.4 to 0.29.0 #45

Workflow file for this run

name: "Test Pull Requests"
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Test
uses: robherley/go-test-action@v0.1.0