Skip to content

fixed JSON-LD canonization; added client proto package to define governed constants for external clients #157

fixed JSON-LD canonization; added client proto package to define governed constants for external clients

fixed JSON-LD canonization; added client proto package to define governed constants for external clients #157

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
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.7
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Build hid-node
run: make build