Skip to content

Update k8s packages (minor) #616

Update k8s packages (minor)

Update k8s packages (minor) #616

Workflow file for this run

name: verify
on:
push:
branches:
- '*'
paths-ignore:
- "**.md"
pull_request:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: make verify-extended