Temporarily run some tests only on Go 1.25 or newer.

Prevents error "synctest.Wait requires go1.25 or later (file is go1.24)".
This commit is contained in:
Joachim Bauch 2026-02-12 08:43:55 +01:00
commit 9b062a994a
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02
3 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,5 @@
//go:build go1.25
/**
* Standalone signaling server for the Nextcloud Spreed app.
* Copyright (C) 2021 struktur AG

View file

@ -1,3 +1,5 @@
//go:build go1.25
/**
* Standalone signaling server for the Nextcloud Spreed app.
* Copyright (C) 2021 struktur AG

View file

@ -1,3 +1,5 @@
//go:build go1.25
/**
* Standalone signaling server for the Nextcloud Spreed app.
* Copyright (C) 2022 struktur AG