Skip to content

fix(deps): update module k8s.io/client-go to v0.30.2 #207

fix(deps): update module k8s.io/client-go to v0.30.2

fix(deps): update module k8s.io/client-go to v0.30.2 #207

Workflow file for this run

name: Golangci-lint
on:
push:
branches:
- master
pull_request:
jobs:
golangci-lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Checkout
uses: actions/checkout@v3
- name: Golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: 'v1.51.2'