Skip to content

server: prevent using UDP when tunneling through HTTP #2845

server: prevent using UDP when tunneling through HTTP

server: prevent using UDP when tunneling through HTTP #2845

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-22.04
strategy:
matrix:
go: ["1.24", "1.25"]
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version: ${{ matrix.go }}
- run: sudo apt update && sudo apt install -y libavcodec-dev libswscale-dev
- run: make test-nodocker
- if: matrix.go == '1.25'
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
test_e2e:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version: "1.25"
- run: make test-e2e-nodocker
test_32:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v5
- run: make test-32