Skip to content

chore(deps): bump github.com/quic-go/quic-go from 0.48.1 to 0.48.2 in the go_modules group across 1 directory #12

chore(deps): bump github.com/quic-go/quic-go from 0.48.1 to 0.48.2 in the go_modules group across 1 directory

chore(deps): bump github.com/quic-go/quic-go from 0.48.1 to 0.48.2 in the go_modules group across 1 directory #12

Workflow file for this run

on:
push:
branches: main
pull_request:
branches: main
name: E2E Tests
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.23
- uses: actions/checkout@v4
- name: Install tparse
run: |
go install github.com/mfridman/tparse@latest
- run: make test-e2e