Skip to content

fix(broker):Added windows pipe socket communication, compatible with other systems #199 #66

fix(broker):Added windows pipe socket communication, compatible with other systems #199

fix(broker):Added windows pipe socket communication, compatible with other systems #199 #66

Workflow file for this run

name: Ubuntu build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21
- name: Build
run: go build -v ./...