Skip to content

refactor: increase gogoproto compatibility #404

refactor: increase gogoproto compatibility

refactor: increase gogoproto compatibility #404

Workflow file for this run

name: Continuous Integration
on:
pull_request:
push:
branches:
- main
jobs:
build_and_test:
name: make buildserverall
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Checkout branch
uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v5
with:
go-version: 1.19
- uses: arduino/setup-protoc@v1
- name: Build server allgo version
run: make buildserverall