fix support for latest Go toolchain (#3939)
Some checks are pending
code_lint / golangci_lint (push) Waiting to run
code_lint / mod_tidy (push) Waiting to run
code_lint / api_docs (push) Waiting to run
code_test / test_64 (push) Waiting to run
code_test / test_32 (push) Waiting to run
code_test / test_highlevel (push) Waiting to run

Fixes "toolchain not available" error
This commit is contained in:
Tristan Matthews 2025-01-06 08:14:47 -05:00 committed by GitHub
parent 1342431c15
commit f49e8c8a6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/bluenviron/mediamtx
go 1.23
go 1.23.0
require (
code.cloudfoundry.org/bytefmt v0.0.0