Skip to content

feat(deps): Bump sigs.k8s.io/controller-runtime from 0.19.0 to 0.19.3… #7

feat(deps): Bump sigs.k8s.io/controller-runtime from 0.19.0 to 0.19.3…

feat(deps): Bump sigs.k8s.io/controller-runtime from 0.19.0 to 0.19.3… #7

Workflow file for this run

name: CI
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
jobs:
golangci:
name: lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run golangci-lint
run: make lint