Skip to content

fix: correct ALTER TABLE in ClickHouse #88

fix: correct ALTER TABLE in ClickHouse

fix: correct ALTER TABLE in ClickHouse #88

Workflow file for this run

name: Go Build CI
on:
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.24'
- name: Build Gigapipe
run: |
go mod tidy
CGO_ENABLED=0 go build -ldflags="-extldflags=-static" -o gigapipe cmd/gigapipe/main.go