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