mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 14:35:44 +01:00
Drop support for Golang 1.24
This commit is contained in:
parent
bd8c758847
commit
e4013b9f14
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ information on the API of the signaling server.
|
|||
The following tools are required for building the signaling server.
|
||||
|
||||
- git
|
||||
- go >= 1.24
|
||||
- go >= 1.25
|
||||
- make
|
||||
|
||||
Usually the last two versions of Go are supported. This follows the release
|
||||
|
|
|
|||
2
go.mod
2
go.mod
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/strukturag/nextcloud-spreed-signaling
|
||||
|
||||
go 1.24.0
|
||||
go 1.25.0
|
||||
|
||||
require (
|
||||
github.com/dlintw/goconf v0.0.0-20120228082610-dcc070983490
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue