Skip to content

Bump the k8s group with 10 updates #143

Bump the k8s group with 10 updates

Bump the k8s group with 10 updates #143

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
strategy:
fail-fast: false
matrix:
go-version: [1.25.x]
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v6
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v6
- run: sudo make test
- run: make verify