Skip to content

broker: Send return error can be context aware. #337

broker: Send return error can be context aware.

broker: Send return error can be context aware. #337

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
- name: Set up Go
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: 1.20
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...