Skip to content

Bump k8s.io/apimachinery from 0.28.2 to 0.29.1 #180

Bump k8s.io/apimachinery from 0.28.2 to 0.29.1

Bump k8s.io/apimachinery from 0.28.2 to 0.29.1 #180

---
name: build-and-test
on:
push:
branches:
- main
pull_request:
jobs:
default:
runs-on: ubuntu-latest
steps:
- name: Check out source code
uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version-file: "go.mod"
- name: Build
run: go build ./...
- name: Test
run: go test ./...