Skip to content

Support MSC4040 SRV records #126

Support MSC4040 SRV records

Support MSC4040 SRV records #126

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'