Skip to content

[agent] Report the accepted websocket subprotocol back through the WS shim. #77

[agent] Report the accepted websocket subprotocol back through the WS shim.

[agent] Report the accepted websocket subprotocol back through the WS shim. #77

Workflow file for this run

name: Go
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '>=1.20.0'
- name: Build and Test
run: make
env:
GOPATH: /home/runner/go