Skip to content

fix(deps): update module sigs.k8s.io/controller-runtime to v0.19.1 #2319

fix(deps): update module sigs.k8s.io/controller-runtime to v0.19.1

fix(deps): update module sigs.k8s.io/controller-runtime to v0.19.1 #2319

Workflow file for this run

name: go
on:
pull_request:
paths:
- .github/workflows/go.yaml
- go.*
- '**/*.go'
- Makefile
push:
branches:
- main
paths:
- .github/workflows/go.yaml
- go.*
- '**/*.go'
- Makefile
jobs:
go:
uses: int128/kubebuilder-workflows/.github/workflows/go.yaml@v1
permissions:
contents: write
pull-requests: write
with:
go-version-file: go.mod
cache-dependency-path: go.sum
golangci-lint-version: v1.61.0