Skip to content

Merge pull request #24 from somatic-labs/faddat/grpc2 #41

Merge pull request #24 from somatic-labs/faddat/grpc2

Merge pull request #24 from somatic-labs/faddat/grpc2 #41

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
name: Build
jobs:
build:
strategy:
matrix:
go-version: [1.23.x]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- run: go build ./...