Skip to content

build(deps): bump github.com/pion/rtp from 0.0.0-20230107162714-c3ea6851e25b to 1.8.0 #1548

build(deps): bump github.com/pion/rtp from 0.0.0-20230107162714-c3ea6851e25b to 1.8.0

build(deps): bump github.com/pion/rtp from 0.0.0-20230107162714-c3ea6851e25b to 1.8.0 #1548

Workflow file for this run

name: lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
golangci-lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: "1.19"
- uses: golangci/golangci-lint-action@v3
with:
version: v1.52.2
go-mod-tidy:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.20"
- run: |
go mod tidy
git diff --exit-code