Skip to content

Bump k8s.io/apimachinery from 0.25.15 to 0.25.16 #251

Bump k8s.io/apimachinery from 0.25.15 to 0.25.16

Bump k8s.io/apimachinery from 0.25.15 to 0.25.16 #251

Workflow file for this run

name: CI
on:
push:
tags:
- v*
branches:
- master
pull_request:
permissions:
contents: read
jobs:
build:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: 1.19
- uses: actions/checkout@v4
- uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2
args: --timeout 3m --verbose