Skip to content

Fix SignerEntry decoding #51

Fix SignerEntry decoding

Fix SignerEntry decoding #51

Workflow file for this run

name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '>=1.18'
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...