Skip to content

Bump k8s.io/apiserver from 0.30.1 to 0.32.0 #3998

Bump k8s.io/apiserver from 0.30.1 to 0.32.0

Bump k8s.io/apiserver from 0.30.1 to 0.32.0 #3998

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- develop
paths-ignore:
- 'docs/**'
- '*.md'
pull_request:
types: [opened, reopened, synchronize]
paths-ignore:
- 'docs/**'
- '*.md'
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: 1.23.3
- uses: actions/[email protected]
with:
fetch-depth: '0'
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.58.1
args: -v