Skip to content

Bump k8s.io/klog/v2 from 2.120.1 to 2.130.1 #514

Bump k8s.io/klog/v2 from 2.120.1 to 2.130.1

Bump k8s.io/klog/v2 from 2.120.1 to 2.130.1 #514

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Build
run: make test