Skip to content

chore(deps): bump k8s.io/client-go from 0.32.1 to 0.32.2 #205

chore(deps): bump k8s.io/client-go from 0.32.1 to 0.32.2

chore(deps): bump k8s.io/client-go from 0.32.1 to 0.32.2 #205

Workflow file for this run

name: K9s Lint
on:
pull_request:
branches: [ master ]
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4.2.2
- name: Install Go
uses: actions/setup-go@v5.3.0
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: Lint
uses: golangci/golangci-lint-action@v6.3.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check