Skip to content

regular update 2026 03 #277

regular update 2026 03

regular update 2026 03 #277

Workflow file for this run

name: main
on:
pull_request:
push:
branches:
- 'main'
jobs:
build:
name: Build image
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- run: make setup
- run: make check-generate
- run: make lint
- run: make test
- run: make docker-build
- name: run e2e
working-directory: e2e
run: make e2e