Skip to content

Replace gogo protobuf with google's protobuf v2 compiler #92

Replace gogo protobuf with google's protobuf v2 compiler

Replace gogo protobuf with google's protobuf v2 compiler #92

Workflow file for this run

name: Continuous Integration
on:
pull_request:
push:
branches:
- master
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Print build information
run: 'echo head_ref: "$GITHUB_HEAD_REF", ref: "$GITHUB_REF"'
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.18"
- name: Check
run: make check test