Drop support for Golang 1.24

This commit is contained in:
Joachim Bauch 2026-02-12 09:02:51 +01:00
commit e4013b9f14
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02
2 changed files with 2 additions and 2 deletions

View file

@ -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
View file

@ -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