Skip to content

support broadcast to unsubscribe topic #89

support broadcast to unsubscribe topic

support broadcast to unsubscribe topic #89

Workflow file for this run

name: Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
<<<<<<< HEAD

Check failure on line 19 in .github/workflows/go.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/go.yml

Invalid workflow file

You have an error in your yaml syntax on line 19
go-version: 1.18.5
=======
go-version: 1.21.4
>>>>>>> upstream/master
- name: Build
run: go build -v ./...
- name: Test
run: go test -v -race ./...