From 5ac18b63ecfc4cbd00f42f95df2df68735edbb5b Mon Sep 17 00:00:00 2001 From: Pion <59523206+pionbot@users.noreply.github.com> Date: Wed, 11 Feb 2026 07:51:41 +0000 Subject: [PATCH] Update CI configs to v0.11.39 Update lint scripts and CI configs. --- go.mod | 2 +- sped.go | 2 +- sped_test.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 62e5599c..00898616 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/pion/ice/v4 -go 1.21 +go 1.24 require ( github.com/google/uuid v1.6.0 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