Skip to content

[Kafka] handle near-real time writes #65

[Kafka] handle near-real time writes

[Kafka] handle near-real time writes #65

Workflow file for this run

name: CI
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.24.7'
- name: Build caterpillar
run: |
go build -o caterpillar ./cmd/caterpillar/caterpillar.go