Skip to content

Fix Error Code NOT_FOUND Typo #173

Fix Error Code NOT_FOUND Typo

Fix Error Code NOT_FOUND Typo #173

Workflow file for this run

name: Build Test
on:
pull_request: {}
push: {}
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: ^1.19
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Build Test
run: |
make
make -C lib/go protoc
make -C lib/go protoc-gen-go
make build_go