Skip to content

Bump github.com/quic-go/quic-go from 0.45.0 to 0.48.2 #1668

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

Bump github.com/quic-go/quic-go from 0.45.0 to 0.48.2 #1668

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- master
jobs:
build:
name: Test Solution Cases
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Set up Go 1.21
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
id: go
- name: Get dependencies
run: go mod download
- name: Test Solutions
run: make test