Skip to content

Bump k8s.io/apiextensions-apiserver from 0.33.0 to 0.33.3 #103

Bump k8s.io/apiextensions-apiserver from 0.33.0 to 0.33.3

Bump k8s.io/apiextensions-apiserver from 0.33.0 to 0.33.3 #103

Workflow file for this run

name: Run unit and integration tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Running Tests
run: |
go mod tidy
make test