Skip to content

Bump k8s.io/apimachinery from 0.31.3 to 0.32.0 #2389

Bump k8s.io/apimachinery from 0.31.3 to 0.32.0

Bump k8s.io/apimachinery from 0.31.3 to 0.32.0 #2389

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.23.1
- name: Install pcap
run: sudo apt-get install libpcap-dev
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --timeout=5m