From 95c66f9d82e5dd5494f22d6f371967ad87f01161 Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Thu, 12 Feb 2026 08:52:42 +0100 Subject: [PATCH] Revert "Temporarily run some tests only on Go 1.25 or newer." This reverts commit 9b062a994a8131f37f0ba26bf7d4888382eefac7. --- api/transient_data_test.go | 2 -- async/notifier_test.go | 2 -- async/single_notifier_test.go | 2 -- 3 files changed, 6 deletions(-) diff --git a/api/transient_data_test.go b/api/transient_data_test.go index 0e34eae..bbb5920 100644 --- a/api/transient_data_test.go +++ b/api/transient_data_test.go @@ -1,5 +1,3 @@ -//go:build go1.25 - /** * Standalone signaling server for the Nextcloud Spreed app. * Copyright (C) 2021 struktur AG diff --git a/async/notifier_test.go b/async/notifier_test.go index b8d1b99..9bd61eb 100644 --- a/async/notifier_test.go +++ b/async/notifier_test.go @@ -1,5 +1,3 @@ -//go:build go1.25 - /** * Standalone signaling server for the Nextcloud Spreed app. * Copyright (C) 2021 struktur AG diff --git a/async/single_notifier_test.go b/async/single_notifier_test.go index 9748451..1f2c7dd 100644 --- a/async/single_notifier_test.go +++ b/async/single_notifier_test.go @@ -1,5 +1,3 @@ -//go:build go1.25 - /** * Standalone signaling server for the Nextcloud Spreed app. * Copyright (C) 2022 struktur AG