From 217654dc96ac919fc66108f701526069ec0db233 Mon Sep 17 00:00:00 2001 From: Pion <59523206+pionbot@users.noreply.github.com> Date: Wed, 11 Feb 2026 07:22:31 +0000 Subject: [PATCH] Update CI configs to v0.11.38 Update lint scripts and CI configs. --- sped.go | 2 +- sped_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sped.go b/sped.go index 6143cab3..cea3be7c 100644 --- a/sped.go +++ b/sped.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package ice diff --git a/sped_test.go b/sped_test.go index ae5e2a9c..570ee3d1 100644 --- a/sped_test.go +++ b/sped_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package ice