Skip to content

chore(deps): bump k8s.io/client-go from 0.26.0 to 0.27.3 #112

chore(deps): bump k8s.io/client-go from 0.26.0 to 0.27.3

chore(deps): bump k8s.io/client-go from 0.26.0 to 0.27.3 #112

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