mirror of
https://github.com/bluenviron/mediamtx.git
synced 2026-01-26 21:39:16 -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
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -1,4 +1,4 @@
|
|||
BASE_IMAGE = golang:1.23-alpine3.20
|
||||
BASE_IMAGE = golang:1.24-alpine3.20
|
||||
LINT_IMAGE = golangci/golangci-lint:v2.1.6
|
||||
NODE_IMAGE = node:20-alpine3.20
|
||||
|
||||
|
|
|
|||
|
|
@ -2495,7 +2495,7 @@ Be aware that RTMPS is currently unsupported by all major players. However, you
|
|||
|
||||
### Standard
|
||||
|
||||
Install git and Go ≥ 1.23. Clone the repository, enter into the folder and start the building process:
|
||||
Install git and Go ≥ 1.24. Clone the repository, enter into the folder and start the building process:
|
||||
|
||||
```sh
|
||||
git clone https://github.com/bluenviron/mediamtx
|
||||
|
|
@ -2536,7 +2536,7 @@ If you need to use a custom or external libcamera when interacting with the Rasp
|
|||
|
||||
Cross compilation allows to build an executable for a target machine from another machine with different operating system or architecture. This is useful in case the target machine doesn't have enough resources for compilation or if you don't want to install the compilation dependencies on it.
|
||||
|
||||
On the machine you want to use to compile, install git and Go ≥ 1.23. Clone the repository, enter into the folder and start the building process:
|
||||
On the machine you want to use to compile, install git and Go ≥ 1.24. Clone the repository, enter into the folder and start the building process:
|
||||
|
||||
```sh
|
||||
git clone https://github.com/bluenviron/mediamtx
|
||||
|
|
|
|||
2
go.mod
2
go.mod
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/bluenviron/mediamtx
|
||||
|
||||
go 1.23.0
|
||||
go 1.24.0
|
||||
|
||||
require (
|
||||
code.cloudfoundry.org/bytefmt v0.40.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue