Skip to content

gomod(deps): bump the k8s-io group with 3 updates #734

gomod(deps): bump the k8s-io group with 3 updates

gomod(deps): bump the k8s-io group with 3 updates #734

Workflow file for this run

name: pull-lint
on:
pull_request:
paths-ignore:
- "docs/**"
types: [opened, reopened, synchronize, ready_for_review, converted_to_draft]
workflow_dispatch:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/rebase
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
cache: false
- name: golangci-lint
uses: golangci/[email protected]
with:
version: latest
args: --verbose
working-directory: "."