mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-30 06:51:59 -08:00
switch to go 1.16
This commit is contained in:
parent
64273b9682
commit
f36951a5c1
8 changed files with 9 additions and 7 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
|
@ -28,6 +28,8 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: "1.16"
|
||||
|
||||
- run: |
|
||||
go mod download
|
||||
|
|
|
|||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: "1.15"
|
||||
go-version: "1.16"
|
||||
|
||||
- run: sudo apt-get install -y --no-install-recommends ffmpeg
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue