update gohlslib (#1565)

This commit is contained in:
Alessandro Ros 2023-03-12 13:22:57 +01:00 committed by GitHub
parent 45727a6de4
commit f4b9133bb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 10 additions and 12 deletions

View file

@ -32,7 +32,6 @@ jobs:
go-version: "1.19"
- run: |
go mod download
go mod tidy
git diff --exit-code

View file

@ -19,7 +19,6 @@ jobs:
- run: |
sed -i '/gortsplib/d' go.mod
go mod download
go mod tidy
git diff --exit-code