Skip to content

Bump k8s.io/apiextensions-apiserver from 0.29.0 to 0.30.0 #311

Bump k8s.io/apiextensions-apiserver from 0.29.0 to 0.30.0

Bump k8s.io/apiextensions-apiserver from 0.29.0 to 0.30.0 #311

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
- '!dependabot/**'
tags:
- '**'
pull_request: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21.x
- name: Ensure generated code is committed
run: ./hack/update-codegen.sh && git diff --exit-code
- name: Test
run: go test ./... -coverprofile cover.out
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: c96972a3-b76b-4ec0-a2b6-1460214120c5