Skip to content

Add a utility to bridge TCP connections over the inverting proxy. #37

Add a utility to bridge TCP connections over the inverting proxy.

Add a utility to bridge TCP connections over the inverting proxy. #37

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