Skip to content

Bump k8s.io/klog/v2 from 2.9.0 to 2.120.1 #36

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

Bump k8s.io/klog/v2 from 2.9.0 to 2.120.1 #36

Workflow file for this run

name: Pull request
on:
branch_protection_rule:
pull_request:
paths-ignore:
- 'doc/**'
- 'enhancements/**'
- '*.md'
jobs:
# for each PR run go command line check
golang:
uses: ./.github/workflows/golang.yml
# for each PR run unit test
unit_test:
uses: ./.github/workflows/unit_test.yml