Skip to content

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

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 #235

Workflow file for this run

name: Test
on: [push, pull_request]
env:
REGISTRY: ghcr.io
IMAGE_NAME: sigs.k8s.io/cloud-provider-kind
permissions: write-all
jobs:
test:
strategy:
fail-fast: false
matrix:
go-version: [1.22.x]
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v3
- run: make test
- run: make lint