Skip to content

build(deps): bump github.com/pion/rtp from 1.8.2 to 1.8.3 #2941

build(deps): bump github.com/pion/rtp from 1.8.2 to 1.8.3

build(deps): bump github.com/pion/rtp from 1.8.2 to 1.8.3 #2941

Workflow file for this run

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