From f64c62ef0b1749d7df597dcad28f0bdd7b627121 Mon Sep 17 00:00:00 2001 From: Pion <59523206+pionbot@users.noreply.github.com> Date: Thu, 19 Feb 2026 17:42:44 +0000 Subject: [PATCH] Update CI configs to v0.12.0 Update lint scripts and CI configs. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ff2d2d0..4d8d183 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/pion/rtcp -go 1.24 +go 1.24.0 require github.com/stretchr/testify v1.11.1