Skip to content

chore(deps): bump k8s.io/apimachinery from 0.26.0 to 0.28.0 #153

chore(deps): bump k8s.io/apimachinery from 0.26.0 to 0.28.0

chore(deps): bump k8s.io/apimachinery from 0.26.0 to 0.28.0 #153

Workflow file for this run

---
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 ./...