Skip to content

chore: bump k8s.io/apimachinery from 0.29.1 to 0.29.2 (#512) #15

chore: bump k8s.io/apimachinery from 0.29.1 to 0.29.2 (#512)

chore: bump k8s.io/apimachinery from 0.29.1 to 0.29.2 (#512) #15

Workflow file for this run

name: Run golangci-lint
on:
push:
paths:
- '**.go'
branches:
- main
- release-*
tags:
- v*
pull_request:
paths:
- '**.go'
branches:
- main
- release-*
permissions: read-all
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.3.1
with:
egress-policy: audit
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: "1.21"
check-latest: true
- name: lint
uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.0
with:
version: v1.54.1