From 99ad31751a6e15fd2afebe4ee9d259b38bc97bc3 Mon Sep 17 00:00:00 2001 From: Pion <59523206+pionbot@users.noreply.github.com> Date: Wed, 11 Feb 2026 07:52:56 +0000 Subject: [PATCH] Update CI configs to v0.11.39 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 8e8cc4b..ff2d2d0 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/pion/rtcp -go 1.21 +go 1.24 require github.com/stretchr/testify v1.11.1