Skip to content

build(deps): Bump k8s.io/apimachinery from 0.32.1 to 0.34.2 #79

build(deps): Bump k8s.io/apimachinery from 0.32.1 to 0.34.2

build(deps): Bump k8s.io/apimachinery from 0.32.1 to 0.34.2 #79

Workflow file for this run

name: Linter
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
lint:
name: Run Linting
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.3.0
args: --timeout=5m --issues-exit-code=0 --verbose
cache: true