Skip to content

feat(hmq):Provide handler StartUnixSocketClientListening used to hand… #60

feat(hmq):Provide handler StartUnixSocketClientListening used to hand…

feat(hmq):Provide handler StartUnixSocketClientListening used to hand… #60

Workflow file for this run

name: Windows build
on: [push, pull_request]
jobs:
build:
runs-on: windows-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 ./...