mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 14:35:44 +01:00
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:
parent
ba482a544b
commit
9b062a994a
3 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
//go:build go1.25
|
||||
|
||||
/**
|
||||
* Standalone signaling server for the Nextcloud Spreed app.
|
||||
* Copyright (C) 2021 struktur AG
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
//go:build go1.25
|
||||
|
||||
/**
|
||||
* Standalone signaling server for the Nextcloud Spreed app.
|
||||
* Copyright (C) 2021 struktur AG
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
//go:build go1.25
|
||||
|
||||
/**
|
||||
* Standalone signaling server for the Nextcloud Spreed app.
|
||||
* Copyright (C) 2022 struktur AG
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue