mirror of
https://github.com/aler9/gortsplib
synced 2025-12-24 13:38:08 +08:00
support Go 1.21 (#376)
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
matrix:
|
||||
go: ["1.18", "1.19", "1.20"]
|
||||
go: ["1.19", "1.20", "1.21"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@@ -24,7 +24,7 @@ jobs:
|
||||
|
||||
- run: make test-nodocker
|
||||
|
||||
- if: matrix.go == '1.19'
|
||||
- if: matrix.go == '1.21'
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user