Skip to content

Bump k8s.io/klog/v2 from 2.100.1 to 2.110.1 #228

Bump k8s.io/klog/v2 from 2.100.1 to 2.110.1

Bump k8s.io/klog/v2 from 2.100.1 to 2.110.1 #228

Workflow file for this run

name: Check
on:
pull_request:
types: [ assigned, opened, synchronize, reopened ]
paths-ignore:
- 'docs/**'
- '**/*.md'
jobs:
checks:
name: run
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- run: go mod tidy
- run: hack/check.sh