Skip to content

Bump github.com/quic-go/quic-go from 0.33.0 to 0.37.7 #462

Bump github.com/quic-go/quic-go from 0.33.0 to 0.37.7

Bump github.com/quic-go/quic-go from 0.33.0 to 0.37.7 #462

Workflow file for this run

---
name: CI
on: # yamllint disable-line rule:truthy
workflow_dispatch: {}
pull_request:
jobs:
build:
name: Build
uses: ./.github/workflows/build.yml
test:
name: Test
uses: ./.github/workflows/test.yml
needs: build