Skip to content

Update MSC4034 implementation #113

Update MSC4034 implementation

Update MSC4034 implementation #113

Workflow file for this run

name: Main
on:
push:
jobs:
build:
name: 'Build Go 1.19'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.19'
- run: './build.sh'