Skip to content

Bump k8s.io/client-go from 0.28.4 to 0.30.2 #125

Bump k8s.io/client-go from 0.28.4 to 0.30.2

Bump k8s.io/client-go from 0.28.4 to 0.30.2 #125

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
cache: false
go-version: "1.21"
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54
args: --timeout=10m
- name: hadolint
uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: ./docker/Dockerfile