Skip to content

⬆️ Bump sigs.k8s.io/controller-runtime from 0.19.3 to 0.20.1 #274

⬆️ Bump sigs.k8s.io/controller-runtime from 0.19.3 to 0.20.1

⬆️ Bump sigs.k8s.io/controller-runtime from 0.19.3 to 0.20.1 #274

Workflow file for this run

name: golangci-lint
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
env:
GOFLAGS: -buildvcs=false
permissions:
# Required: allow read access to the content for analysis.
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
pull-requests: read
# Optional: allow write access to checks to allow the action to annotate code in the PR.
checks: write
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Setup Go 📦
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Lint 🚨
uses: golangci/golangci-lint-action@v6
with:
version: v1.61.0
args: --timeout=5m