Skip to content

Bump k8s.io/apimachinery from 0.28.4 to 0.30.2 #29

Bump k8s.io/apimachinery from 0.28.4 to 0.30.2

Bump k8s.io/apimachinery from 0.28.4 to 0.30.2 #29

Workflow file for this run

name: test
on:
push:
branches:
- main
paths-ignore:
- "**.md"
pull_request:
branches:
- main
paths-ignore:
- "**.md"
permissions: read-all
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "1.20"
- name: go mod tidy
run: |
go mod tidy
git diff --exit-code
- name: test
run: make test
- name: build
run: make bin