From c0dad3121f09415ced6d92a4307d08a386f9db0c Mon Sep 17 00:00:00 2001 From: Pion <59523206+pionbot@users.noreply.github.com> Date: Thu, 19 Feb 2026 17:43:12 +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 45ba5ec..b5d9612 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/pion/rtp -go 1.24 +go 1.24.0 require ( github.com/pion/randutil v0.1.0