Skip to content

Bump k8s.io/apimachinery from 0.29.0 to 0.29.2 #18

Bump k8s.io/apimachinery from 0.29.0 to 0.29.2

Bump k8s.io/apimachinery from 0.29.0 to 0.29.2 #18

Workflow file for this run

name: test
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: setup go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: true
- name: test
run: make test
- name: build
run: make build
- name: check license headers
run: make checklicense