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 #1107

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 #1107

Workflow file for this run

on:
push:
branches: main
pull_request:
branches: main
name: Skip Connect Integration Test
jobs:
connect-test:
strategy:
matrix:
go-version: [1.23.x]
os: [ubuntu-latest-x64-xlarge]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v4
- name: Install tparse
run: |
go install github.com/mfridman/tparse@latest
- run: make test-connect