Skip to content

fix(deps): update module golang.org/x/sys to v0.20.0 #251

fix(deps): update module golang.org/x/sys to v0.20.0

fix(deps): update module golang.org/x/sys to v0.20.0 #251

Workflow file for this run

name: Build and Test C-Shared Library
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.18
- name: Build
run: go build -buildmode=c-shared -v -o signer.so ./cshared/...
- name: Test
run: go test -v ./cshared/...