Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

chore(deps): bump k8s.io/client-go from 0.34.2 to 0.35.0 (#1958) #2226

chore(deps): bump k8s.io/client-go from 0.34.2 to 0.35.0 (#1958)

chore(deps): bump k8s.io/client-go from 0.34.2 to 0.35.0 (#1958) #2226

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- trunk
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
# Required: the version of golangci-lint is required and must be
# specified without patch version: we always use the latest patch version.
# https://github.com/golangci/golangci-lint/releases
version: latest
args: ./... --timeout=10m