mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-30 06:51:59 -08:00
bump Golang to 1.24 (#4297)
This commit is contained in:
parent
fad64a87bd
commit
d021e93d71
5 changed files with 7 additions and 7 deletions
4
.github/workflows/code_lint.yml
vendored
4
.github/workflows/code_lint.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: "1.23"
|
||||
go-version: "1.24"
|
||||
|
||||
- run: go generate ./...
|
||||
|
||||
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: "1.23"
|
||||
go-version: "1.24"
|
||||
|
||||
- run: make lint-mod-tidy
|
||||
|
||||
|
|
|
|||
2
.github/workflows/code_test.yml
vendored
2
.github/workflows/code_test.yml
vendored
|
|
@ -41,6 +41,6 @@ jobs:
|
|||
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: "1.23"
|
||||
go-version: "1.24"
|
||||
|
||||
- run: make test-e2e-nodocker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue