Skip to content

Support Kubernetes 1.30 #360

Support Kubernetes 1.30

Support Kubernetes 1.30 #360

Workflow file for this run

name: "Main"
on:
pull_request:
push:
branches:
- "main"
jobs:
build:
name: "build"
runs-on: "ubuntu-22.04"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- run: make check-uncommitted
- run: make test
- run: make docker-build