Bump github.com/pion/rtp from 1.8.7-0.20240429002300-bc5124c9d0d0 to 1.8.9 #2082
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: lint | |
on: | |
push: | |
branches: [ main, v4 ] | |
pull_request: | |
branches: [ main, v4 ] | |
jobs: | |
golangci-lint: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: actions/setup-go@v3 | |
with: | |
go-version: "1.22" | |
- uses: golangci/golangci-lint-action@v3 | |
with: | |
version: v1.59.1 | |
go-mod-tidy: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: actions/setup-go@v2 | |
with: | |
go-version: "1.22" | |
- run: | | |
go mod tidy | |
git diff --exit-code |