Skip to content

Bump github.com/quic-go/quic-go from 0.44.0 to 0.48.2 #17

Bump github.com/quic-go/quic-go from 0.44.0 to 0.48.2

Bump github.com/quic-go/quic-go from 0.44.0 to 0.48.2 #17

Workflow file for this run

name: Unit Tests
on:
push:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: docker compose run test bash -c "make test"