Skip to content

Bump sigs.k8s.io/controller-runtime from 0.16.2 to 0.17.0 #142

Bump sigs.k8s.io/controller-runtime from 0.16.2 to 0.17.0

Bump sigs.k8s.io/controller-runtime from 0.16.2 to 0.17.0 #142

Workflow file for this run

name: golangci-lint
on:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
args: --timeout=300s