Skip to content

build(deps): bump sigs.k8s.io/controller-tools from 0.12.1 to 0.13.0 #230

build(deps): bump sigs.k8s.io/controller-tools from 0.12.1 to 0.13.0

build(deps): bump sigs.k8s.io/controller-tools from 0.12.1 to 0.13.0 #230

Workflow file for this run

name: golint
on:
push:
branches:
- main
pull_request:
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --exclude="File is not \`gofmt\`-ed with \`-s\`"