Skip to content

Bump github.com/quic-go/quic-go from 0.40.1 to 0.57.0 #1223

Bump github.com/quic-go/quic-go from 0.40.1 to 0.57.0

Bump github.com/quic-go/quic-go from 0.40.1 to 0.57.0 #1223

Workflow file for this run

name: Build
on: [ push, pull_request ]
jobs:
build:
name: Container
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build Container image
uses: docker/build-push-action@v3
with:
context: .
push: false
platforms: linux/amd64,linux/arm64