Skip to content

PutLogs with ingest processor #451

PutLogs with ingest processor

PutLogs with ingest processor #451

Workflow file for this run

name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Build
run: go build -v ./
- name: Build consumer
run: go build -v ./consumer/...
- name: Build producer
run: go build -v ./producer/...
- name: Build util
run: go build -v ./util/...