Skip to content

Bump k8s.io/client-go from 0.33.2 to 0.33.4 #665

Bump k8s.io/client-go from 0.33.2 to 0.33.4

Bump k8s.io/client-go from 0.33.2 to 0.33.4 #665

Workflow file for this run

name: golangci-lint
on:
push:
branches: [ main ]
tags: [ v** ]
paths-ignore:
- '*.md'
- 'docs/**'
- 'samples/**'
pull_request:
branches: [ main ]
paths-ignore:
- '*.md'
- 'docs/**'
- 'samples/**'
permissions: read-all
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version: 1.23
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: golangci-lint
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
with:
version: v2.1