Skip to content

Support shutdown of bootstrap server #91

Support shutdown of bootstrap server

Support shutdown of bootstrap server #91

Workflow file for this run

name: build
on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.20.x
- name: Run CI
run: make test