Skip to content

chore(deps): bump github.com/quic-go/quic-go from 0.50.1 to 0.57.0 #241

chore(deps): bump github.com/quic-go/quic-go from 0.50.1 to 0.57.0

chore(deps): bump github.com/quic-go/quic-go from 0.50.1 to 0.57.0 #241

Workflow file for this run

name: Build and Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.24'
- name: Prerequisites - install linter
run: sudo make install-linter
- name: Prerequisites - install coverage tools
run: make install-gocov
- name: All
run: make all
- name: Coverage
run: make coverage
- name: Save Coverage Report
uses: actions/upload-artifact@v4
with:
name: code-coverage-report
path: bin/coverage/coverage.html
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: Azure/peerd