Skip to content

chore: bump k8s.io/apimachinery from 0.29.3 to 0.30.0 in the all-go-mod group #995

chore: bump k8s.io/apimachinery from 0.29.3 to 0.30.0 in the all-go-mod group

chore: bump k8s.io/apimachinery from 0.29.3 to 0.30.0 in the all-go-mod group #995

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
branches:
- main
paths:
- "**.go"
- "go.mod"
- ".github/workflows/golangci-lint.yml"
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- name: golangci-lint
uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.0
with:
version: latest
args: --timeout=3m