Skip to content

chore(deps): bump k8s.io/apiextensions-apiserver from 0.32.3 to 0.33.0 in /hack/controller-gen #5620

chore(deps): bump k8s.io/apiextensions-apiserver from 0.32.3 to 0.33.0 in /hack/controller-gen

chore(deps): bump k8s.io/apiextensions-apiserver from 0.32.3 to 0.33.0 in /hack/controller-gen #5620

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Lint
permissions: {}
on:
pull_request:
branches:
- main
- release-*
push:
branches:
- main
- release-*
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup Go
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: golangci-lint
uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6.5.2
with:
skip-cache: true