Skip to content

Bump sigs.k8s.io/controller-runtime from 0.19.3 to 0.20.0 #58

Bump sigs.k8s.io/controller-runtime from 0.19.3 to 0.20.0

Bump sigs.k8s.io/controller-runtime from 0.19.3 to 0.20.0 #58

Workflow file for this run

name: Lint
on:
pull_request:
permissions:
contents: read
jobs:
lint:
if: github.actor != 'dependabot[bot]'
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Download Dependencies
run: go mod download
- name: golangci-lint
uses: golangci/golangci-lint-action@v6