Skip to content

support k8s v1.29

support k8s v1.29 #31

Workflow file for this run

name: CI
on:
push:
branches: [main, release-*]
pull_request:
branches: [main, release-*]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # git fetch --unshallow
- uses: actions/setup-go@v3
with:
go-version-file: go.mod
- name: "test: unit tests"
run: make test