Skip to content

Bump k8s.io/apimachinery from 0.34.1 to 0.34.2 #145

Bump k8s.io/apimachinery from 0.34.1 to 0.34.2

Bump k8s.io/apimachinery from 0.34.1 to 0.34.2 #145

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