Skip to content

Bump k8s.io/client-go from 0.26.5 to 0.27.3 #255

Bump k8s.io/client-go from 0.26.5 to 0.27.3

Bump k8s.io/client-go from 0.26.5 to 0.27.3 #255

Workflow file for this run

name: lint operator
on:
push:
branches:
- main
workflow_dispatch:
pull_request:
jobs:
lint-operator:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout=10m