Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

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

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

Workflow file for this run

---
on:
- pull_request
permissions:
contents: read
pull-requests: read
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
only-new-issues: true
- name: Test
run: make test