Skip to content

chore: Bump k8s.io/client-go from 0.27.4 to 0.27.5 #1970

chore: Bump k8s.io/client-go from 0.27.4 to 0.27.5

chore: Bump k8s.io/client-go from 0.27.4 to 0.27.5 #1970

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
- 1.0.0*
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: '1.20'
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: golangci-lint
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
with:
version: v1.53