Skip to content

Add tls support to the listener #171

Add tls support to the listener

Add tls support to the listener #171

Workflow file for this run

---
name: CI
on: pull_request
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- name: Set up Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
with:
go-version: 1.18
- name: Install ginkgo
run: go install github.com/onsi/ginkgo/v2/ginkgo@latest
- name: Test
run: |
export GOPATH=$(go env GOPATH)
make unit