Skip to content

Update module k8s.io/klog/v2 to v2.130.1 #203

Update module k8s.io/klog/v2 to v2.130.1

Update module k8s.io/klog/v2 to v2.130.1 #203

Workflow file for this run

name: Go
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Set up Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
with:
go-version: 1.18
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...