Skip to content

build(deps): bump k8s.io/client-go from 0.36.2 to 0.36.3 (#1039) #1150

build(deps): bump k8s.io/client-go from 0.36.2 to 0.36.3 (#1039)

build(deps): bump k8s.io/client-go from 0.36.2 to 0.36.3 (#1039) #1150

Workflow file for this run

---
name: Lint
on:
push:
branches: [ master ]
paths-ignore: [ '**.md' ]
pull_request:
branches: [ master ]
paths-ignore: [ '**.md' ]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v7
- uses: actions/setup-go@v7
with:
go-version-file: 'go.mod'
- uses: golangci/golangci-lint-action@v9
with:
version: v2.12.2